README.md

CRAN Status CRAN Monthly CRAN Total

gmt

Interface between the GMT map-making software and R, enabling the user to manipulate geographic data within R and call GMT commands to draw and annotate maps in postscript format.

The gmt package is about interactive data analysis, rapidly visualizing subsets and summaries of geographic data, while performing statistical analysis in the R console.

Installation

The package can be installed from CRAN using the install.packages command:

install.packages("gmt")

Usage

For a summary of the package:

library(gmt)
?"gmt-package"

References

https://www.generic-mapping-tools.org

Development

The package is developed openly on GitHub.

Feel free to open an issue there if you encounter problems or have suggestions for future versions.

The current development version can be installed using:

library(remotes)
install_github("arni-magnusson/gmt")


arnima-github/gmt documentation built on April 21, 2023, 7:12 p.m.