- data
: A list generated by read_nfi that contains 'plot' and 'tree' data frames.
- y
: A character vector; the variable to visualize. Must be one of 'biomass', 'cwd', 'iv'.
- bm_type
: A character vector; the specific variable to visualize for 'biomass' or 'cwd'. Must be one of 'volume', 'biomass', 'AG_biomass', 'carbon', 'co2'.
- output
: A character vector; the desired type of visualization. Must be one of 'table', 'line', 'bar', 'map'.
- plotgrp
: A character vector; specifies variables from the 'plot' table to use for grouping. Use c() to combine multiple variables, but if the output is a map, line or bar plot, only one variable can be used.
- isannual
: A logical flag (default TRUE); if TRUE, the result is provided annually, if FALSE, it is provided in 5-year intervals.
- admin
: A character vector; the administrative unit for visualizing 'biomass' or 'cwd' as a map. Must be one of 'sido', 'sgg', 'emg'.
- strat
: A character vector; the variable used for post-stratification. In the National Forest Inventory of Korea, it is typically used by forest type.
- clusterplot
: A logical flag (default FALSE); if TRUE, treats each cluster plot as a single unit. If FALSE, calculates for each subplot separately.
- largetreearea
: A logical flag (default FALSE); if TRUE, includes large tree survey plots in the analysis. If FALSE, only uses standard tree plots.
- stockedland
: A logical flag (default TRUE); if TRUE, includes only stocked land. If FALSE, includes all land types.
- talltree
: A logical flag (default TRUE); if TRUE, includes only tall trees. If FALSE, includes both trees and shrubs.
- sp
: A character vector; the column name of species information (e.g., "SP" for species, "GENUS" for genus-level analysis).
- frequency
: A logical flag (default TRUE); if TRUE, includes frequency in importance value calculations.