Description Usage Arguments Value Arguments details Author(s) Examples
Function to calculate the wavelet variance curves for all species in one plot using quadrat indexation from CTFS package.
1 2 | wavelet.allsp(censdata, plotdim = c(1000, 500), gridsize = 2.5,
mindbh = NULL)
|
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. |
A matrix with:
scale: vector with scale of the analysis in meters;
variance: matrix with the normalized variance at each scale (columns) for each species (rows); density: matrix with the density per area and abundance for each species in the plot;
gridsize: grid size parameter used;
UCL: vector with the upper confidence limit for the null hypothesis;
LCL: vector with the lower confidence limit for the null hypothesis.
censdata: Must contain the variables gx, gy, dbh, status, and sp code.
Matteo Detto and Tania Brenes
1 2 3 4 5 6 7 | ## Not run:
wavelet.variances = wavelet.allsp(
censdata = bciex::bci12t1mini,
plotdim = c(1000, 500)
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.