count_summary | R Documentation |
Summarize counts over a trim input dataset. Sites without counts are removed
before any counting takes place (since these will not be used when calling
trim
). For the remaining records, the total number of
zero-counts, positive counts, total number of observed counts and the total
number of missings are reported.
count_summary(
x,
count_col = "count",
site_col = "site",
year_col = "year",
eps = 1e-08
)
x |
A |
count_col |
|
site_col |
|
year_col |
|
eps |
|
A list
of class count.summary
containing individual names.
data(skylark)
count_summary(skylark)
s <- count_summary(skylark)
s$zero_counts # obtain number of zero counts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.