Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 435 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 435 Bytes

WarmingStripes

R package to create a Warming Stripes plots which are inspired by Ed Hawkins.

How to install the package and use it

In order to create a warming stripes plot of Rostock (example data), one needs to download the package and execute the following lines of code in R:

library(devtools)
install()
require(WarmingStripes)
input_file <- "inst/data/data_TMK_MN004.csv"
warmingStripes(input_file = input_file)