dists {apcf} | R Documentation |
Class dists: Collection of Distances and Ratios
Description
Advanced Use Only. This low-level function creates an object of class "dists" from raw numerical data.
Usage
dists(df, area, n_obj, max_dist)
is.dists(obj)
Arguments
df |
A data frame with the columns |
area |
size of the study area in square units |
n_obj |
number of objects in the pattern |
max_dist |
maximum distance to be measured in pattern |
obj |
an R object, preferably of class |
Value
An object of class dists
.
[Package apcf version 0.3.1 Index]