wavelet.allsp: Wavelet variance curves for all species in one plot.

Description Usage Arguments Value Arguments details Author(s) Examples

Description

Function to calculate the wavelet variance curves for all species in one plot using quadrat indexation from CTFS package.

Usage

1
2
wavelet.allsp(censdata, plotdim = c(1000, 500), gridsize = 2.5,
  mindbh = NULL)

Arguments

censdata

A table of plot census data.

plotdim

The x and y dimensions of the plot.

gridsize

Size of the quadrats for the rasterization

mindbh

If analysis is to be done at different size classes.

Value

A matrix with:

Arguments details

Author(s)

Matteo Detto and Tania Brenes

Examples

1
2
3
4
5
6
7
## Not run: 
wavelet.variances = wavelet.allsp(
  censdata = bciex::bci12t1mini, 
  plotdim = c(1000, 500)
)

## End(Not run)

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