Description Usage Arguments Details Value Examples
Create a dummy wsgdata data set with random values of species density.
1 | wsgdata_dummy(censdata, plot = "bci")
|
censdata |
Census data, e.g. |
plot |
Character string giving the name of the plot where the data comes from (as it appears in the names of the R Analytical Tables). |
If you lack a real wood density table, you can use this function to create a
dummy one. For example, this may help you to test biomass.CTFSdb()
and
density_ind()
.
See ?density_ind()
, particularly notice the following: "There must be a
table of wood density submitted (wsgdata), and this table must have a column
sp with species names, a column plot, plus the wood density in a column
called wsg (though the name of that column can be changed using the argument
denscol)".
A data frame with one row per species in censdata
and 3 variables.
1 | wsgdata_dummy(bciex::bci12s7mini)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.