Skip to content

opengeoedu/WarmingStripes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 100.0%