getSubplotCount | R Documentation |
This function gets the the counts and/or areas of quadrats or microplots sampled in the "Events" slot of an NPSForVeg object.
getSubplotCount(object, group, subtype = "all", ...)
object |
Either an NPSForVeg object of a list of such objects. |
group |
Indicates which plant groups the area should correspond to. Acceptable values are "trees","saplings","seedlings", "shrubs" and "herbs" |
subtype |
Indicates the type of area to be returned, and should be enclosed in quotes. Acceptable values are
|
... |
Additional arguments passed on to |
A data.frame
with the columns corresponding to the plot name, event year,number of subplots sampled, and area of the
sampled subplots.
## Not run:
midn <- importMIDN("C:/Data")
seed_quads <- getSubplotCount(midn, group = 'seedlings')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.