Description Usage Arguments Value Author(s) Examples
View source: R/daily_indices2geotiff.R
This function wraps the daily_indices function. It writes data to a geotiff file in the working directory.
1 2 | daily_indices2geotiff(tmax_data, tmin_data, prcp_data, tave_data, thresholds,
coords_master, prj, year, time_PCICt)
|
thresholds |
A named list with the following structure: |
year |
A year to use in labeling the output file. |
tmin |
a data.frame or matrix with 12 or 52 columns representing monthly or weekly minimum temperature data; rows represent different locations. |
tmax |
a data.frame or matrix as with |
prec |
a data.frame or matrix as with |
tmean |
a data.frame or matrix as with |
coordinates |
Coordinates of grid cells as output by CF_bbox_grid. |
projection |
A Proj4 string for the spatial reference of the input string. |
A character vector of the files that were created.
David Blodgett dblodgett@usgs.gov
1 2 3 4 5 6 | ## Not run:
data(daily_indices2geotiff_example, package='climates')
fileNames<-daily_indices2geotiff(tmax_data, tmin_data, prcp_data,
tave_data, thresholds, coords_master, prj, year,time_PCICt)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.