nc_depths: Find depths in a netcdf file

Description Usage Arguments Examples

View source: R/depths.R

Description

Find depths available in a netcdf file

Usage

1

Arguments

ff

This is the file to check.

Examples

1
2
3
# Get the depths in the sample file
ff <- system.file("extdata", "woa18_decav_t01_01.nc", package = "rcdo")
nc_depths(ff)

r4ecology/rcdo documentation built on July 21, 2019, 9 p.m.