https://github.com/mdsumner/pproj
Illustrate projections
https://github.com/mdsumner/pproj
Last synced: 10 months ago
JSON representation
Illustrate projections
- Host: GitHub
- URL: https://github.com/mdsumner/pproj
- Owner: mdsumner
- License: other
- Created: 2014-09-18T10:31:21.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2023-02-05T22:58:21.000Z (over 3 years ago)
- Last Synced: 2025-04-12T14:55:52.444Z (about 1 year ago)
- Language: R
- Size: 149 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# pproj
[](https://github.com/mdsumner/pproj/actions/workflows/R-CMD-check.yaml)
The goal of pproj is to make simple illustrations of how map projections work.
## Installation
You can install the development version of pproj from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("mdsumner/pproj")
```
## Example
This is a basic example which shows you how to solve a common problem:
```{r example}
library(pproj)
do_ortho()
## you may need this to see anything
##rgl::rglwidget()
```
## Code of Conduct
Please note that the pproj project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.