README.md

barrel: Ordination visualization in R

barrel

A tidy and flexible framework for visualizing multivariate ordinations in R

DOI

CRAN
status R-CMD-check

Overview

barrel is an R package that enhances the visualization of ordination analyses (e.g. NMDS, RDA, dbRDA) using ggplot2. It provides a modular set of tools to add ellipses, centroids, environmental vectors, and annotations — all compatible with tidyverse workflows.

Installation

From CRAN:

install.packages("barrel")

Development version from GitHub:

# install.packages("devtools")
devtools::install_github("BarrancoElena/barrel")

Quick example

library(vegan)
library(barrel)
library(ggplot2)

data(dune)
data(dune.env)

ord <- metaMDS(dune)
ord <- barrel_prepare(ord, dune.env)

autoplot(ord, group = "Management", data = dune)

# barrel

Key features

Vignette

A full user guide is available:

browseVignettes("barrel")

Dependencies

Author

Diego Barranco-Elena @BarrancoElena

License

MIT © 2025 Diego Barranco-Elena



Try the barrel package in your browser

Any scripts or data that you put into this service are public.

barrel documentation built on Nov. 5, 2025, 7:40 p.m.