Description Usage Arguments Value Author(s) Examples
View source: R/bioclim2geotiff.R
This function wraps the bioclim function. It writes data to a geotiff file in the working directory.
1 2 | bioclim2geotiff(tmax_data, tmin_data, prcp_data, tave_data, bioclims,
coords_master, prj, year)
|
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 |
vois |
a vector of values between 1 & 19 defining the bioclimatic variables to be calculated; see details for variable description. |
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(bioclim2geotiff_example, package='climates')
fileNames<-bioclim2geotiff(tmax_data,tmin_data,prcp_data,tave_data,
bioclims, coords_master, prj, year)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.