Trails smoothing
Usage
smoothtrails(
  paths,
  plotmask,
  verbose = FALSE,
  advancedloggingparameters = loggingparameters()
)Arguments
- 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 - loggingparameters(list)
Value
A list with :
- SmoothedTrails: Smoothed trails polygons; 
- Smoothed second trails polygons; 
- Smoothed main trails polygons; 
- smoothed trail density. 
Examples
if (FALSE) { # \dontrun{
data(SecondaryTrails)
SecondTrailsSmth <- smoothtrails(paths = SecondaryTrails$RawSecondTrails,
                                 plotmask = PlotMask,
                                   )
        } # }