plt_ord: Plot the ordination

View source: R/plt_ord.R

plt_ordR Documentation

Plot the ordination

Description

Make a multi-axis PCoA plot from the data frame

Usage

plt_ord(ord_long, colour = NULL, shape = NULL, size = 1, pt_alph = 0.7)

Arguments

ord_long

The ordination data frame produced by make_ord_df()

colour

The name of the column to use to colour the points.

shape

The name of the coloumn governing the shape of the points.

size

The size of the points. Passed to the ggplot2::geom_point() size argument and defaults to 1.

pt_alph

The transparency of the points. Default is 0.7


JCSzamosi/aftersl1p documentation built on July 3, 2025, 8:37 p.m.