View source: R/read-netcdf-utility-functions.R
processDailyRelativeNCAxis | R Documentation |
processDailyRelativeNCAXis This function processes a relative time axis with daily intervals It calculates the day, month and year corresponding to the valies on the axis, and also crops according to the requested years Finally it returns a data.tables with all this information including the netCDF indices (cropped to the years)
processDailyRelativeNCAxis(
axis.values,
start.year,
start.month,
start.day,
target.STAInfo,
calendar,
year.offset
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.