Skip to content

Some useful functions to plot data such as a map plot function for MAgPIE objects.

License

Notifications You must be signed in to change notification settings

pik-piam/luplot

Repository files navigation

Landuse Plot Library

R package luplot, version 4.0.1

CRAN status R build status codecov r-universe

Purpose and Functionality

Some useful functions to plot data such as a map plot function for MAgPIE objects.

Installation

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

options(repos = c(CRAN = "@CRAN@", pik = "https://rse.pik-potsdam.de/r/packages"))

The additional repository can be made available 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("luplot")

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 Benjamin Bodirsky [email protected].

Citation

To cite package luplot in publications use:

Bodirsky B, Dietrich J, Krause M, Stevanovic M, Humpenoeder F, Weindl I, Baumstark L, Klein D, Rolinski S, Wang X, Chen D, Sauer P (2024). luplot: Landuse Plot Library. R package version 4.0.1, <URL: https://github.com/pik-piam/luplot>.

A BibTeX entry for LaTeX users is

@Manual{,
 title = {luplot: Landuse Plot Library},
 author = {Benjamin Leon Bodirsky and Jan Philipp Dietrich and Michael Krause and Miodrag Stevanovic and Florian Humpenoeder and Isabelle Weindl and Lavinia Baumstark and David Klein and Susanne Rolinski and Xiaoxi Wang and David Chen and Pascal Sauer},
 year = {2024},
 note = {R package version 4.0.1},
 url = {https://github.com/pik-piam/luplot},
}

About

Some useful functions to plot data such as a map plot function for MAgPIE objects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published