Choosing a max Delaunay distance #860
-
I noticed that the tutorials select particular distances for the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Passing This documentation is present in the more specific |
Beta Was this translation helpful? Give feedback.
Passing
auto
for this param means that the max network distance allowed will be automatically set as the largest delaunay distance that is not deemed an outlier. This maximal value is determined using the 5th value ofgrDevices::boxplot.statsboxplot.stats()
, and should usually produce a reasonable max distance.This documentation is present in the more specific
createSpatialDelaunayNetwork()
, but we should add it tocreateSpatialNetwork()