.boxPlot {abseqR}R Documentation

Creates a box plot

Description

Creates a box plot

Usage

.boxPlot(dataframes, sampleNames, plotTitle, xlabel = "", ylabel = "",
  subs = "")

Arguments

dataframes

list type. List of sample dataframes

sampleNames

vector type. 1-1 with dataframes

plotTitle

string type

xlabel

string type

ylabel

string type

subs

string type

Value

ggplot2 object


[Package abseqR version 1.8.0 Index]