wrf_grid | R Documentation |
Return a Spatial Feature multipolygon or matrix
wrf_grid(filewrf, type = "wrfinput", matrix = FALSE, as_raster = FALSE)
filewrf |
wrf file |
type |
Type of wrf file: "wrfinput" or "geo". When type is "geo", lat long comes from mass grid, XLONG_M and XLAT_M |
matrix |
if the output is matrix or polygon (sf) |
as_raster |
logical, to return a raster |
The default crs is 4326 (see http://spatialreference.org/ref/epsg/)
{
# Do not run
wrf <- paste(system.file("extdata", package = "eixport"),
"/wrfinput_d02", sep="")
gwrf <- wrf_grid(wrf)
plot(gwrf, axes = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.