plot_efdc_nc_var: Plot EFDC nc data

View source: R/get_efdc_nc_dt.R

plot_efdc_nc_varR Documentation

Plot EFDC nc data

Description

Plot EFDC nc data

Usage

plot_efdc_nc_var(
  fname,
  var_name = names(nc_open(fname)$var),
  start_date,
  time_unit = "months",
  by_f = lubridate::month
)

Arguments

fname

Character. The file name of the .nc file.

var_name

Character. The variable name to be plotted.

start_date

Character. The start date of the simulation.

time_unit

Character. A string that specifies the type of units that num refers to.

by_f

function. A function to apply to the date.


hxfan1227/efdcr documentation built on July 21, 2023, 9:50 p.m.