raster_nc Creates raster from nc path

raster_wrf(nc, var, z, array = FALSE, verbose = TRUE)

Arguments

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.

Value

raster

Examples

# NOT RUN {
#dont run
# }