Description Usage Arguments Value Examples
This function creates a table summarzing the number of observations for each label in the reliable change classification. It uses data stored in the JTRCIdf dataframe that is outputted by the JTRCI() function.
1 |
data |
The data to use, default is JTRCIdf. |
useGroups |
if true, counts are given by each level of the group variable originally provided in the call to JTRCI() |
a table summarizing counts per classification label.
1 2 | tableRCI(useGroups = F)
#' @import data.table
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.