plotSpecies: Plot Boxplots of Continuous Data by Species

Description Usage Arguments

View source: R/plotSpecies.R

Description

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

Usage

1
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)).


JVAdams/EchoNet2Fish documentation built on Feb. 15, 2021, 4:27 a.m.