smoothtrails | R Documentation |
Trails smoothing
smoothtrails(
paths,
plotmask,
verbose = FALSE,
advancedloggingparameters = loggingparameters()
)
paths |
Raw secondary trails polygons (sp polylines) |
plotmask |
Inventoried plot mask (SpatialPolygonsDataFrame) |
verbose |
return message on second trails density criteria (boolean) |
advancedloggingparameters |
Other parameters of the logging simulator
|
A list with :
SmoothedTrails: Smoothed trails polygons;
Smoothed second trails polygons;
Smoothed main trails polygons;
smoothed trail density.
## Not run:
data(SecondaryTrails)
SecondTrailsSmth <- smoothtrails(paths = SecondaryTrails$RawSecondTrails,
plotmask = PlotMask,
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.