plot_month_prof: Plot monthly average profiles

Description Usage Arguments Value

View source: R/plot_month_prof.R

Description

Plot monthly temperature averaged profiles for four months

Usage

1
2
plot_month_prof(mod, obs, month = c("Jan", "Apr", "Jul", "Oct"),
  year = NULL, fixed.level = T, step = 2)

Arguments

mod

dataframe; Modelled values in the long format. i.e. same as observed in ACPy

obs

dataframe; Observed values in the long format loaded in using load_obs

month

vector; with string values for months for profiles in 3-letter format e.g. 'Jan'. Default = c('Jan','Apr', 'Jul','Oct')

year

numeric; specifying year of profiles. Defaults to year of first measurement if not specified.

fixed.level

logical; Temperature measurements are at fixed points throughout the timeseries. Defaults to TRUE

step

numeric; Depth to average temperature measurements to. Only used if fixed.level = FALSE.

Value

plot of temperature profiles


tadhg-moore/gotmtools documentation built on Oct. 9, 2019, 2:48 p.m.