Description Usage Arguments Examples
Summary statistics of dataset, used in 1st section of results
1 | MakePlotCountTable(by = "section", csv = F)
|
by |
one of 'section' or 'forest_type' |
csv |
logical flag, write the tables to a CSV in current wd? |
1 2 3 4 | tbl1 <- MakePlotCountTable(by = 'section', csv = F)
print(tbl1)
tbl2 <- MakePlotCountTable(by = 'forest_type', csv = F)
print(tbl2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.