sloperdcond | R Documentation |
sloperdcond
sloperdcond(
topography,
directions = 4,
advancedloggingparameters = loggingparameters(),
grapple = FALSE
)
topography |
Digital terrain model (DTM) of the inventoried plot (LiDAR
or SRTM) ( |
directions |
numeric (default = 4). The number of directions for movement between cells, either 4 or 8. |
advancedloggingparameters |
Other parameters of the logging simulator
|
grapple |
Use grapple in harvest. Default = FALSE (boolean) |
A transition layer object with weighted adjacent graph according to longitudinal / transversal slope condition
## Not run:
data(DTMParacou)
SlopeCond <- sloperdcond(topography = DTMParacou)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.