makeLabels: Function to make labels simpler

View source: R/misc.R

makeLabelsR Documentation

Function to make labels simpler

Description

Beginning to transition to better axes for plots

Usage

makeLabels(x = "samples", y = "abundance", norm, log)

Arguments

x

string for the x-axis

y

string for the y-axis

norm

is the data normalized?

log

is the data logged?

Value

vector of x,y labels

Examples

metagenomeSeq::makeLabels(norm=TRUE,log=TRUE) 

HCBravoLab/metagenomeSeq documentation built on March 17, 2024, 3:21 p.m.