select plant id's associated with pft
Usage
query.pft_species(pft, modeltype = NULL, con)
Arguments
- pft
string pft name
- modeltype
type of model that is used, this is used to distinguish between different pfts with the same name.
- con
database connection
Value
data.frame containing id, genus, species, scientificname of each species associated with pft
Examples
if (FALSE) { # \dontrun{
query.pft_species('ebifarm.pavi')
query.pft_species(settings = read.settings("pecan.xml"))
} # }