View source: R/plot.fe_yield_table.R
plot.fe_yield_table | R Documentation |
Plot an fe_yield_table Object
## S3 method for class 'fe_yield_table'
plot(x, variable = NA, ...)
x |
An object of class |
variable |
Character, name of the variable to be plotted, default is
|
... |
Other parameters, not used |
An object of class ggplot
Other yield table functions:
fe_yield_table()
,
si_to_mai_age()
,
si_to_mai_max()
,
site_index()
,
stocking_level()
,
yield_tables_for_species
,
ytable_age_slice()
,
ytable_lookup()
,
ytable_max_slice()
fe_ytable_pine_wiedemann_moderate_1943 |> plot()
fe_ytable_pine_wiedemann_moderate_1943 |> plot(variable = "ba_m2_ha")
fe_ytable_pine_wiedemann_moderate_1943 |> plot(variable = "mai_m3_ha_yr")
# Modify plot post hoc ...
fe_ytable_pine_wiedemann_moderate_1943 |> plot(variable = "n_ha")
# ... better to read on log scale
fe_ytable_pine_wiedemann_moderate_1943 |> plot(variable = "n_ha") +
ggplot2::scale_y_log10()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.