dataList-class: dataList

Description Usage Arguments Fields

Description

Class Definition for Storing formatted data with methods to access data, subest traces, append/remove files,

plot

Usage

1
2
3
## S4 method for signature 'dataList,ANY'
plot(x, y = NULL, xlab = "Time", ylab = "",
  axes = FALSE, ...)

Arguments

x

dataList object, required

y

ANY: best if a vector of ints or names

xlab

X-axis label (units will be appended)

ylab

Y-axis label (units will be appended)

axes

bool, draw with or without axes (FALSE by default)

...

for plot: passed to plot.window. otherwise unused.

Fields

X

vector or matrix

Y

coerced to matrix, if no names present, CELL%d will be applied

META

stoarage of units and names


Khlick/jonesDataClass documentation built on May 26, 2019, 4:37 p.m.