makeLabels {metagenomeSeq}R 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) 

[Package metagenomeSeq version 1.26.2 Index]