Description Usage Arguments Details Value Author(s) See Also
View source: R/wind_functions2.R
wind2raster_int crates a raster file (gridded) from a data.frame created by wind.fit function from "rWind" package. Latitude and longitude values are used to locate raster file and create raster resolution using rasterFromXYZ function from raster package. As raster files only can store one field of information, you should choose between direction (by default, type="dir") and speed (type="speed") to be represented by the new raster file.
1 |
x |
an object of class |
WGS84 datum (non-projected) CRS is selected by default to build the raster file.
A raster file representing wind direction, wind speed or both of the study area.
Javier Fernández-López (jflopez.bio@gmail.com)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.