Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fawda123/ggord

a take on ordination plots using ggplot2
https://github.com/fawda123/ggord

Last synced: about 2 months ago
JSON representation

a take on ordination plots using ggplot2

Awesome Lists containing this project

README

        

## ggord

#### *Marcus W. Beck, *

[![R-CMD-check](https://github.com/fawda123/ggord/workflows/R-CMD-check/badge.svg)](https://github.com/fawda123/ggord/actions)
[![DOI](https://zenodo.org/badge/35334615.svg)](https://zenodo.org/badge/latestdoi/35334615)

A simple package for creating ordination plots with ggplot2. View the website for an overview:

### Installation

Install the package as follows:

``` r
# Enable the r-universe repo
options(repos = c(
fawda123 = 'https://fawda123.r-universe.dev',
CRAN = 'https://cloud.r-project.org'))

# Install ggord
install.packages('ggord')
```

### Citation

Please cite the current release as follows:

Marcus W. Beck (2024). ggord: Ordination Plots with ggplot2. R package
version 1.1.8.

### Contribution and issues

For making contributions to this package, please see the instructions on
the [contributing](.github/CONTRIBUTING.md) page.

For bugs or feature requests, please follow the instructions
[here](.github/ISSUE_TEMPLATE.md).