select plant id's associated with pft

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

# NOT RUN {
query.pft_species('ebifarm.pavi')
query.pft_species(settings = read.settings("pecan.xml"))
# }