raster_nc Creates raster from nc path
raster_wrf(nc, var, z, array = FALSE, verbose = TRUE)
| nc | Character; Path to NetCDF. |
|---|---|
| var | Character; name of variable. If you dont know, you can choose. |
| z | Integer; Level (asusming third dimencion) |
| array | Logical; return array or not. |
| verbose | Logical; To show operations. |
raster
# NOT RUN {
#dont run
# }