Contour plots for depth stratified environmental data

pr_plot_NRSEnvContour(df, Interpolation = TRUE, Fill_NA = FALSE, maxGap = 3)

Arguments

df

dataframe from pr_get_NRSEnvContour

Interpolation

If TRUE data is interpolated at 5m intervals (DAR = 10m)

Fill_NA

to fill in NA's or not via zoo::na_approx, only used when interpolation is TRUE

maxGap

maximum gap across which to interpolate across NAs

Value

a contour plot

Examples

df <- pr_get_NRSEnvContour("Chemistry") %>% dplyr::filter(Parameters == "Nitrate_umolL",
StationCode %in% c('YON', 'MAI', 'PHB', 'NSI'))
plot <- pr_plot_NRSEnvContour(df, Interpolation = TRUE, Fill_NA = FALSE, maxGap = 3)