Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fawda123/ggord
a take on ordination plots using ggplot2
https://github.com/fawda123/ggord
Last synced: 3 months ago
JSON representation
a take on ordination plots using ggplot2
- Host: GitHub
- URL: https://github.com/fawda123/ggord
- Owner: fawda123
- Created: 2015-05-09T15:54:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T18:25:06.000Z (4 months ago)
- Last Synced: 2024-07-23T21:33:44.788Z (4 months ago)
- Language: R
- Homepage: https://fawda123.github.io/ggord/
- Size: 19.1 MB
- Stars: 61
- Watchers: 7
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
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).