mgsplot.box: This function creates boxplots

Description Usage Arguments Value

View source: R/mgsplot.box.R

Description

This function creates boxplots

Usage

1

Arguments

dfIN:

dataframe ["X","Y"], ["X","Y","Z"],["X","Y","facet_var"], or ["X","Y","Z",facet_var"]. note:: Where "Z" is the color scale. Names of dataframe columns are used to label the axes, color scale, and facets.

axisscale

(opt): = 'linear'(default), can also use 'log10'

color

(opt): logical = FALSE(default), = TRUE uses "Z" input to color points.

cbin

(opt): logical = FALSE(default), = TRUE uses a binned color scale

colorbins

(opt): =c(-1,0,1) which will be c(min, max, 0) sorted (default), can input any length vector to make bins of color

Value

ggplot object


michellegrace/mgs.dispersion documentation built on May 22, 2019, 9:55 p.m.