Mean distance to an sf object
mean_dist_to_sf(target, coords = c("x", "y"), buffer = 0, squared = TRUE)
An sf object.
Character vector with the columns of the data object that define de coordinates.
Buffer around the sf object. Distances smaller
than buffer
are replaced with 0.
Logical indicating whether to compute the mean squared
distance (if TRUE
) or the mean distance.
Other helper functions:
delayed_with()
,
densify()
,
draw_data()
,
mean_dist_to()
,
mean_self_proximity()
,
moments_n()
,
truncate_to()