MakePlotCountTable: Create summary tables of plot information

Description Usage Arguments Examples

Description

Summary statistics of dataset, used in 1st section of results

Usage

1
MakePlotCountTable(by = "section", csv = F)

Arguments

by

one of 'section' or 'forest_type'

csv

logical flag, write the tables to a CSV in current wd?

Examples

1
2
3
4
tbl1 <- MakePlotCountTable(by = 'section', csv = F)
print(tbl1)
tbl2 <- MakePlotCountTable(by = 'forest_type', csv = F)
print(tbl2)

bmcnellis/RSFIA documentation built on June 1, 2019, 7:40 a.m.