netcdf: Functions to extract NetCDF dimension and variables

extract_varR 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


cubble documentation built on Sept. 11, 2024, 7:19 p.m.