veg.table(Y, cat, min.const = 0.3, method = "aho", cover.only = FALSE)
min.const
in at least one group, and < min.const
across all groups. min.const
=0aho
, daub
, and braun
cover.only = TRUE
cover.only
aho
cover classes use the following codes:
0 percent = ".", 0-0.01 = +, 0.01-1 = A, 1-2 = B, 2-5 = C, 5-25 = D, >25 = E.
Daubenmire,i.e. daub
cover classes are as follows: 0 percent = ".", 0-5 percent = 1, 5-25 = 2, 25-50 = 3, 50-75 = 4, 75-95 = 5, >95 = 6.
Braun-Blanquet, i.e. braun
cover classes are as follows: 0 percent = ".", 0-0.1 = "r", 0.1-1 = "+", 1-5 = 1, 5-25 = 2, 25-50 = 3, 50-75 = 4, >75 = 5.
The argument min.const
allows creation of two summary cover and constancy matrices. The first contains species which have >= min.const
within at least one of the categories/clusters. The second contains cover and constancy summaries for all other speciesconst
data(dune)
data(dune.env)
veg.table(Y=dune,cat=dune.env[,3])
Run the code above in your browser using DataLab