Description Usage Arguments Details Value See Also Examples
Finds abundance, basal area, or agb of every species per square quadrat of any size; plotdim is the x dimension then y dimension of the plot and must be set correctly; gridsize is the quadrat dimension. The plot is divided into a checkerboard of non-overlapping, space-filling squares.
1 2 | abundanceperquad(censdata, mindbh = 10, plotdim = c(1000, 500),
gridsize = 100, type = "abund", dbhunit = "mm")
|
censdata |
A table of plot census data. |
mindbh |
The minimum diameter above which the counts are done. Trees
smaller than |
plotdim |
The x and y dimensions of the plot. |
gridsize |
Side of the square quadrate. |
type |
Either 'abund' (default) for abundance, 'ba' for basal area, or 'agb'. |
dbhunit |
'cm' or 'mm', only used for basal area |
If the plot dimensions is not an exact multiple of the quadrat size, then a
strip at the upper edge of the plot (north and east if plot is on cardinal
directions) is omitted. For example, if gridsize = 40
and plotdim = 500
,
then there are an extra 20 meters at the upper boundary omitted from the
calculations.
The array of abundances per quadrat is useful for similarity, counting species and stems per quadrat, etc.
See abundance()
.
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.