Learn R Programming

baker (version 1.0.4)

I2symb: Convert 0/1 coding to pathogen/combinations

Description

Reverse to symb2I()

Usage

I2symb(binary_code, pathogen_list)

Value

The name of pathogen or pathogen combination indicated by "code"

Arguments

binary_code

Binary indicators for pathogens

pathogen_list

The complete list of pathogen names

Examples

Run this code
I2symb("001",c("A","B","C"))
I2symb("000",c("A","B","C"))

Run the code above in your browser using DataLab