Description Usage Arguments Value Examples
SlopeRdCond
| 1 2 3 4 5 | SlopeRdCond(
  DTM,
  advancedloggingparameters = loggingparameters(),
  grapple = FALSE
)
 | 
| DTM | A RasterLayer for digital terrain model (DTM) data. | 
| advancedloggingparameters | Other parameters of the logging simulator. | 
| grapple | boolean (default = FALSE).Use grapple in harvest. | 
A transition layer object with weighted adjacent graph according to longitudinal / transversal slope condition
| 1 2 3 4 5 6 | ## Not run: 
data(DTMParacou)
SlopeCond <- SlopeRdCond(DTM = DTMParacou)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.