/witch

R package to analyze winter conditions.

Primary LanguageR

witch package

The witch package (WInTer conditions and CHaracterization) is a set of tools to visualize and understand weather winter conditions in a changing world.It is based on common meteorological measures from weather stations such as snow depth, temperature and precipitation. This is a work in progress...

Install

To install the package, you can use the function devtools::install_github(), as shown below.

library(devtools)
devtools::install_github(repo = "https://github.com/bniebuhr/witch.git", ref = "HEAD")

Then you can load the package:

library(witch)