Skip to content

Model intercomparison visualization package

License

Notifications You must be signed in to change notification settings

0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q/mip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R mip package

Purpose and Functionality

The mip package provides a visualization tools for model intercomparison results stored in quitte class format.

Installation

For installation of the most recent package version an additional repository has to be added in R:

options(repos = c(CRAN = "@CRAN@", rd3mod_repo = "http://www.pik-potsdam.de/rd3mod/R/"))

The additional repository can be made availably permanently by adding the line above to a file called .Rprofile stored in the home folder of your system (Sys.glob("~") in R returns the home directory).

After that the most recent version of the package can be installed using install.packages:

install.packages("mip")

Package updates can be installed using update.packages (make sure that the additional repository has been added before running that command):

update.packages()

Questions / Problems

In case of questions / problems please contact Jan Dietrich [email protected].

Citation

DOI

About

Model intercomparison visualization package

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 100.0%