View source: R/fe_yield_table_methods.R
ytable_max_slice | R Documentation |
Max slices out of yield tables are typically required for finding out the mai max site index for a given height based standard site index.
ytable_max_slice(variable, ytable)
variable |
Name of the yield table variable for which the slice is to be taken |
ytable |
Name of the yield table variable for which the slice is to be taken |
A max slice in the sense of this function means a vector that, for each of the yield table's standard site indexes, contains the table's max value of the variable of interest.
A (named) vector representing the max slice of the desired
yield table variable. The names are the site indexes as defined in the
yield table's element $site_index
(in the same order) with the
prefix "si_".
Other yield table functions:
fe_yield_table()
,
plot.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("mai_m3_ha_yr", fe_ytable_beech_wiedemann_moderate_1931)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.