mean_self_proximity {metamer}R Documentation

Inverse of the mean self distance

Description

Returns the inverse of the mean minimum distance between different pairs of points. It's intended to be used as a minimizing function to, then, maximize the distance between points.

Usage

mean_self_proximity(data)

Arguments

data

a data.frame

See Also

Other helper functions: delayed_with(), densify(), draw_data(), mean_dist_to_sf(), mean_dist_to(), moments_n(), truncate_to()


[Package metamer version 0.3.0 Index]