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 ncdf4::nc_open()

vars

variables to read, see the variables in your data with names(data$var)

Value

extracted netcdf4 components


[Package cubble version 1.0.0 Index]