GetVarNCDFTLL: GetVarNCDFTLL extract variable with time dimensions and two...

Description Usage Arguments Value Examples

View source: R/GetVarNCDF.R

Description

GetVarNCDFTLL extract variable with time dimensions and two of lat|lon|lev.

Usage

1
GetVarNCDFTLL(ncfile, varname, convert_date = TRUE)

Arguments

ncfile

filename of the netcdf file

varname

name of the variable to extract

convert_date

Convert time information into Date/Datetime object. Defaults to TRUE.

Value

A data frame containing four columns.

Examples

1
2
3
     
     ncfile <- system.file("extdata", "example_tll.nc", package = "smumisc")
     d <- GetVarNCDFTLL(ncfile, 'slp')

smu/smumisc documentation built on March 21, 2021, 3:38 a.m.