Description Usage Arguments Details Functional groups
Get the results data by plot (with or without breakdown)
1 2 3 4 5 | nfi_results_data(conn, nfi = c("nfi_2", "nfi_3", "nfi_4", "nfi_2_nfi_3",
"nfi_3_nfi_4", "nfi_2_shrub", "nfi_3_shrub", "nfi_4_shrub",
"nfi_2_regen", "nfi_3_regen", "nfi_4_regen"),
functional_group = "none", diameter_classes = FALSE,
.collect = TRUE)
|
conn |
pool object to access the tables, as obtained from
|
nfi |
character indicating the nfi version |
functional_group |
Functional group to retrieve table for, Default to 'none' (no functional group). See details for more information |
diameter_classes |
logical indicating if diameter classes are required (breaking down the table by diameter classes). Default to FALSE. |
.collect |
Logical indicating if the tbl must be collected locally. Default to TRUE |
Data is retrieved from the postgreSQL db in tbl form
functional_group
parameter allows to retrieve the table of plots
broken down by the desired group. Allowed values are:
"none"
(No breakdown)
"species"
"simpspecies"
"genus"
"dec"
(Deciduous/Esclerophyllous/Conifer)
"bc"
(Broadleaf/Conifer)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.