Skip to contents

Searches and downloads substrate data from SMML Nomenclature database

Usage

substrate(x, process = TRUE)

Arguments

x

a vector of class character containing fungal or plant species names

process

logical, if TRUE downloading and extraction process is displayed

Value

an object of mode list containing substrate for fungus species

Details

Don't be disappointed. Not much data there. But depends on the study group, so give it try.

Author

Franz-Sebastian Krah

Examples

if (FALSE) {
x <- c("Polyporus_rhizophilus", "Polyporus_squamosus")
subs.poly <- substrate(x, process=TRUE)
subs.poly
}