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