Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paleolimbot/prettymapr
Scale Bar, North Arrow, and Pretty Margins in R
https://github.com/paleolimbot/prettymapr
Last synced: 3 days ago
JSON representation
Scale Bar, North Arrow, and Pretty Margins in R
- Host: GitHub
- URL: https://github.com/paleolimbot/prettymapr
- Owner: paleolimbot
- Created: 2015-10-09T19:49:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-25T04:36:42.000Z (9 months ago)
- Last Synced: 2024-06-11T18:31:34.492Z (5 months ago)
- Language: R
- Homepage:
- Size: 1.77 MB
- Stars: 22
- Watchers: 3
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
- jimsghstars - paleolimbot/prettymapr - Scale Bar, North Arrow, and Pretty Margins in R (R)
README
---
title: "Prettymapr: Tools for rapid, nice-looking maps in R"
output: github_document
---Prettymapr automates the process of creating a scale bar and north arrow in any package that uses base graphics to plot in R, or provides parameters that help to draw scale bars and north arrows in other plotting environments. Bounding box tools help find and manipulate extents, and geocoding tools help plot locations on maps. Finally, there is a function to automate the process of setting margins, plotting the map, scale bar, and north arrow, and resetting graphic parameters upon completion.
## Installation
The prettymapr package is available on CRAN, and can be installed using `install.packages("prettymapr")`.
## Future deprecation
The prettymapr package was written several years ago and better tools to make publication-quality maps in R have been made available since its release. The prettymapr package should be considered deprecated and is in bugfix-only mode for the foreseeable future.