View source: R/plot_month_prof.R
plot_month_prof | R Documentation |
Plot monthly temperature averaged profiles for four months
plot_month_prof(mod, obs, year = FALSE, points = FALSE)
mod |
dataframe; Modelled values in the long format. |
obs |
dataframe; Observed values in the long format. |
year |
boolean; Facet by year. Defaults to FALSE |
points |
boolean; Include points for observation depths. Defaults to FALSE |
ggplot of temperature profiles
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.