View source: R/utils-heatmap-calc-function.R
heatmap_calc_function | R Documentation |
plot_weight_at_age_heatmap()
)Calculate values for a given range of years, for ages which are
numerically-named columns in the data frame
(plot_weight_at_age_heatmap()
)
heatmap_calc_function(wa = NULL, func = mean, yr_col = "yr", ...)
wa |
A weight-at-age data frame with a column |
func |
A function to use on each age column to create a row of outputs |
... |
Absorb arguments meant for other functions |
A single row data frame containing columns for age,
represented as numbers. The number of age columns is the same as
the number in wa
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.