nc_format: Find the format of a netcdf file.

Description Usage Arguments Examples

View source: R/format.R

Description

This function will tell you the format of a netcdf file

Usage

1

Arguments

ff

This is the file to check.

Examples

1
2
3
# Get the format of the sample file
ff <- system.file("extdata", "woa18_decav_t01_01.nc", package = "rcdo")
nc_format(ff)

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