extract_var {cubble} | R Documentation |
Functions to extract NetCDF dimension and variables
Description
Functions to extract NetCDF dimension and variables
Usage
extract_var(data, vars = NULL)
extract_longlat(data)
extract_time(data)
Arguments
data |
a NetCDF file read in from |
vars |
variables to read, see the variables in your data with
|
Value
extracted netcdf4 components
[Package cubble version 0.3.0 Index]