An open API service indexing awesome lists of open source software.

https://github.com/mdsumner/pproj

Illustrate projections
https://github.com/mdsumner/pproj

Last synced: 10 months ago
JSON representation

Illustrate projections

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

[![R-CMD-check](https://github.com/mdsumner/pproj/actions/workflows/R-CMD-check.yaml/badge.svg)](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.