volume_graph_bar: Bar graph showing woodflow volumes

volume_graph_barR Documentation

Bar graph showing woodflow volumes

Description

Function for plotting bar graphs of volumes from Woodflow model outputs

Usage

volume_graph_bar(
  data,
  value,
  Year,
  fillvariable,
  WAF_form = TRUE,
  Species_select = "Radiata_pine",
  ylim = 7e+06
)

Arguments

data

Dataframe containing woodflow outputs. This will typically have been produced using e.g. Remsoft Woodstock

value

Column containing values to be plotted on the y-axis. This will typically be volume

Year

Column in df containing values for the x-axis

fillvariable

Variable to use for assigning fill colour to the bar graph

WAF_form

True/False indicating whether plot for WAF reporting or not. Default = TRUE

Species_select

Which species is being plotted if this is a WAF report output, Default = 'Radiata_pine'

ylim

Maximum value for the y axis

Examples

data("WAF_allrep")

volume_graph_bar(data = WAF_allrep,
value = value, Year = Year,
fillvariable = Ownership,
WAF_form = TRUE,
Species_select = 'Radiata_pine')


jonathandash/wafR documentation built on March 27, 2022, 11:47 a.m.