density_metric: Summarize the density distribution of points per grid cell

View source: R/system_attractors.R

density_metricR Documentation

Summarize the density distribution of points per grid cell

Description

Summarize the density distribution of points per grid cell

Usage

density_metric(data, gridsize = 20)

Arguments

data

dataframe with x and y coordinates

gridsize

size of the grid (larger is more precise)

Value

a dataframe with the relative density (d), mean number of point in cell grid (m), and coefficient of variation (cv).


picasa/generate documentation built on Feb. 28, 2025, 6:51 a.m.