View source: R/cleaninventory.R
cleaninventory | R Documentation |
Clean inventory (only alive trees within the inventoried plot)
cleaninventory(
inventory,
plotmask,
advancedloggingparameters = loggingparameters()
)
inventory |
Input inventory (see the inputs formats and metadata in the vignette) (data.frame) |
plotmask |
Inventoried plot mask (SpatialPolygonsDataFrame) |
advancedloggingparameters |
Other parameters of the logging simulator
|
The inventory (data.frame) with only alive trees within the inventoried plot ('TreesIn' = "1").
data(Paracou6_2016) # inventory
data(PlotMask) # the inventoried plot mask
new <- cleaninventory(Paracou6_2016,
PlotMask, loggingparameters(MinDBHValue = 5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.