gather: Gather global data

Description Usage Arguments Details Value Author(s) Examples

Description

Gather Global NCEP data

Usage

1

Arguments

...

arguments passed to RNCEP::NCEP.gather

Details

Customized implementation of NCEP.gather from the RNCEP package

Value

data.table with latitude, longitude, and mean variable value at each lat x lon

Author(s)

David LeBauer

Examples

1
gather(var = "rhum.sig995", lat.southnorth = c(-10, 10), lon.westeast = c(-10, 10), years.minmax = c(2011, 2012), months.minmax = c(6, 8))

dlebauer/climate-utils documentation built on May 15, 2019, 9:13 a.m.