View source: R/utils-heatmap-get-wa-ggplot-vals.R
heatmap_get_wa_ggplot_vals | R Documentation |
ggplot2::ggplot()
to create the heatmap plot of weight-at-age. This
will contain useful things like the fill colors and text colors for
each tile which can be used to create another heatmap with different
valuesGet a data frame which is subset of a data frame used by
ggplot2::ggplot()
to create the heatmap plot of weight-at-age. This
will contain useful things like the fill colors and text colors for
each tile which can be used to create another heatmap with different
values
heatmap_get_wa_ggplot_vals(wa, col_nms, layer_ind = 1, ...)
col_nms |
A vector of the name of the columns to return in the data
frame along with |
layer_ind |
A number identifying which layer to look for |
... |
Arguments to pass to |
A data frame containing age
, yr
, and the columns listed
in col_nms
if they exist in layer layer_ind
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.