totalBiomassPerSpecies: Plots biomass per species: proportional or absolute, and...

Description Usage Arguments Value Author(s)

View source: R/totalBiomassPerSpecies.R

Description

Plots biomass per species: proportional or absolute, and total or just overstory

Usage

1
2
3
4
5
6
7
8
9
totalBiomassPerSpecies(
  dataPath,
  typeSim,
  proportional = FALSE,
  columnsType = FALSE,
  overstory = FALSE,
  overwrite = FALSE,
  maxVal = 2e+10
)

Arguments

dataPath

character. Path to data

typeSim

character. Which typeSimulation is it? i.e. 'LandR_SCFM' | 'LandR.CS_fS'

proportional

logical. Should the plot be of the proportional biomass?

columnsType

logical. Should the plot be continuous (lines) or columns?

overstory

logical. Should the plot be of the overstory biomass?

overwrite

logical.

maxVal

numeric. Max value for y axis. Passing this ensures that both overstory and all biomass plots are comparable Default to 1e10.

Value

plot

Author(s)

Tati Micheletti


tati-micheletti/usefulFuns documentation built on July 7, 2020, 3:19 p.m.