est_density: Helper function to estimate density of tree locations per...

Description Usage Arguments Details Value See Also

View source: R/utilities.R

Description

Helper function to estimate density of tree locations per unit area using a kernel smoothed intensity function

Usage

1
est_density(tree_loc)

Arguments

tree_loc

A matrix where each row is an individual observation and the first column is the x-coordinate and the second column is the y-coordinate.

Details

An object of class ppp is created from the coordinates in tree_loc and an pixel image of intensity values is created using density.ppp.

Value

A summary of the values from pixel image of intensity values.

See Also

ppp, density.ppp


AWF-GAUG/fisim documentation built on May 28, 2019, 11:02 a.m.