NDcount: Count of neighbors within radius r with edge effect...

Description Usage Arguments Details Value Author(s) Examples

Description

Calculates the count of neighbors within radius r with edge effect correction. Is a quick version of NeighborDensities() with limited capabilities.

Usage

1
NDcount(censdata, r = 20, plotdim = c(1000, 500))

Arguments

censdata

A table of plot census data.

r

Radius.

plotdim

The x and y dimensions of the plot.

Details

censdata should have the coordinates gx, gy.

Value

A single vector with neighbor counts within radius r for each individual in censdata.

Author(s)

Tania Brenes

Examples

1
2
3
4
5
6
## Not run: 
# Count all the consp neighbors of one species 
one.sp = subset(bciex::bci12t7mini, sp == "ingasa" & status == "A")
neighbor.counts <- NDcount(one.sp)

## End(Not run)

forestgeo/ctfs documentation built on May 3, 2019, 6:44 p.m.