Description Usage Arguments Details Value Author(s) Examples
View source: R/daily2monthly.R
Given data, an accompanying NetCDF coordinate variable, and the origin (units) for the coordinate variable, this function will return monthly resolution data.
1 | daily2monthly(daily_data, time, origin_in, cells = NULL)
|
daily_data |
A matrix of daily data values. |
time |
The time indices that coorespond to the matrix of daily data. |
cells |
The number of cells in the daily_data matrix. Optional. |
origin |
The origin of the time coordinate variable. |
This is a convenience function to help use daily data with theBioClim utility.
The data converted to monthly resolution.
David Blodgett dblodgett@usgs.gov
1 2 3 4 5 | ## Not run:
data(daily2monthly_example, package='climates')
tmax_data<-daily2monthly(tmax_data, time_indices, origin, cells)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.