read_clim: read_clim

View source: R/read_clim.R

read_climR Documentation

read_clim

Description

Read in rhessys formatted climate to R - works for any daily input, can have mismatched dates, missing values will be filled by NA. Works for both standard and netcdf clim, if you specify a basestation.

Usage

read_clim(clim_in, dates_out = FALSE, return_base = FALSE)

Arguments

clim_in

Climate file - prefix will return all matching data, including suffix returns just that time series (e.g. 'site.rain' only return the precipitation time series).

dates_out

Should start and end dates be output?

return_base

Should info from the basestation only be returned. If FALSE, data will be returned.

Author(s)

Will Burke


ryanrbart/rhessysR documentation built on Oct. 19, 2024, 12:05 a.m.