volume_graph_line | R Documentation |
Function for plotting line graphs of volumes from Woodflow model outputs
volume_graph_line( data, value, Year, colourvariable, WAF_form = TRUE, Species_select = "Radiata_pine", ylim = 7e+05 )
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.