Query priors associated with a string of traits and plant functional type

query.priors(pft, trstr = NULL, out = NULL, con = NULL, ...)

Arguments

pft

ID number of the PFT in the database

trstr

string of traits to query priors for

out

output location

con

database connection, can be list of arguments for connecting to database

...

optional arguments for connecting to database (e.g. password, user name, database)

Value

priors for a given pft

Examples

# NOT RUN {
query.priors('ebifarm.pavi', vecpaste('SLA', 'Vcmax', 'leaf_width'))
# }