boxPlotList: New Boxplot Function

Description Usage Arguments

View source: R/interactive.R

Description

New Boxplot Function

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
boxPlotList(
  dat,
  l.cells = NULL,
  dat.name = "c.dat",
  col.name = NULL,
  jitter.f = 0.5,
  pts = T,
  notchs = F,
  bplog = "y",
  sort = T
)

Arguments

dat

: Experiment list RD.

col.name

c("area","mean.gfp.start","mean.cy5.start")

l.cells:

Cells in a list format

dat.name:

Dataframe to pull data from

col.name:

collumn name to get data for the boxplot

jitter.f:

Factor of jitter to accomplish

pts:

points to add to boxplot

notchs:

logical (T/F) stand for notch selection


leeleavitt/procPharm documentation built on Feb. 3, 2021, 11:43 a.m.