volume_graph_line: Line graph showing woodflow volumes

volume_graph_lineR Documentation

Line graph showing woodflow volumes

Description

Function for plotting line graphs of volumes from Woodflow model outputs

Usage

volume_graph_line(
  data,
  value,
  Year,
  colourvariable,
  WAF_form = TRUE,
  Species_select = "Radiata_pine",
  ylim = 7e+05
)

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

colourvariable

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


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