Description Usage Arguments Value See Also Examples
Plot LER for yield, light, water, or nitrogen.
1 2 3 4 5 6 7 8 9 10 11 12 |
face |
An object of class "face". |
cycle |
One of "yield", "nitrogen", "water", or "light". |
timescales |
One or both of "Annual" and "Cumulative", indicating which timescales to plot. |
components |
One or more of "LER", "Trees", and "Crop, indicating which components to plot. |
color.palette |
A character vector of hex values or R standard color names defining the color palette for LER, Trees, and Crop lines, respectively. |
size.palette |
A numeric vector of values defining the size for LER, Trees, and Crop lines, respectively. |
hline1 |
A logical indicating whether or not to plot a dotted horizontal line at y = 1. |
ymax |
A numeric value for the upper limit of the y-axis. If |
plot |
If |
... |
Other arguments passed to |
If plot = TRUE, returns a ggplot object, otherwise the data that would create the plot is returned.
Other hisafe analysis functions:
LER_summary(),
analyze_hisafe(),
cycle_summary(),
hisafe_budget(),
plot_hisafe_cycle_bar(),
plot_hisafe_cycle_ts(),
stics_budget_comp(),
write_hop()
1 2 3 4 | ## Not run:
ler.plot <- LER(hop, "yield")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.