I2symb {baker} | R Documentation |
Reverse to symb2I()
I2symb(binary_code, pathogen_list)
binary_code |
Binary indicators for pathogens |
pathogen_list |
The complete list of pathogen names |
The name of pathogen or pathogen combination indicated by "code"
I2symb("001",c("A","B","C"))
I2symb("000",c("A","B","C"))