README.md

ClimGrid

alt text NASA/Goddard Space Flight Center Scientific Visualization Studio

ClimGrid is an R package for obtaining and analyzing gridded climate data and global climate oscillation indices.

Additional functionality and documentation will be added soon.

Preparation

To use this package, you first need to install devtools with:

    install.packages("devtools")

Then, you can install the latest development version of ClimGrid from github:

  library(devtools)
  devtools::install_github("camposfa/ClimGrid")

After you have installed the package once, you can simply load it in the future using:

  library(ClimGrid)

This package makes heavy use of the data manipulation packages stringr, lubridate, tidyr, and dplyr. If not already installed, ClimGrid will install these packages automatically.

Vignettes

Obtaining and analyzing climate oscillation index data



camposfa/ClimGrid documentation built on May 13, 2019, 11:02 a.m.