plotSpecies: Plot Boxplots of Continuous Data by Species

View source: R/plotSpecies.R

plotSpeciesR Documentation

Plot Boxplots of Continuous Data by Species

Description

Boxplots of species versus continuous data on the square root scale.

Usage

plotSpecies(y, ylabb, x = Species, uniqSp = sort(unique(x)))

Arguments

y

A numeric vector of data to plot against species, the same length as x.

ylabb

A character scalar of the y-axis label.

x

A vector (can be numeric, character, or factor) identifying species, default Species.

uniqSp

A vector of unique species, a subset of x, default sort(unique(x)).


krphillips/EchoNet2Fish documentation built on March 19, 2022, 11:59 p.m.