query.priors.Rd
Query priors associated with a plant functional type and a set of traits.
query.priors(pft, trstr = NULL, con = NULL, ...)
ID number of the PFT in the database
String of traits to query priors for. If passed as a character vector, it will be concatenated to a single string using [PEcAn.utils::vecpaste()].
Database connection object.
Optional arguments for connecting to database (e.g. password, user name, database).
`data.frame` of priors for each trait and the given PFT.
If neither `con` nor `...` are provided, this will try to connect to BETY using a `settings` object in the current environment.