View source: R/maintrailextract.R
maintrailextract | R Documentation |
Generate main skidding trail of the inventoried plot
maintrailextract(topography, advancedloggingparameters = loggingparameters())
topography |
Digital terrain model (DTM) of the inventoried plot (LiDAR
or SRTM) ( |
advancedloggingparameters |
Other parameters of the logging simulator
|
The main trails are defined as lines at the edge and outside of the plot.
The main trail at the edge and outside of the topography raster (sf LINESTRING object with a crs in UTM)
data(DTMParacou)
## Not run:
MainTrails <- maintrailextract(DTMParacou)
## End(Not run)
data(MainTrails)
library(raster)
plot(DTMParacou)
plot(MainTrails, add = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.