plot.signalSeries
function.
This is the method
for the
plot
function for
class
bdSignalSeries
, and it can also
be called directly.
This function requires the bigdata library section to be loaded.
plot(x, pos, FUN = function(x) mean(x, na.rm = T), together = F, by, colnames, ..., frame=sys.nframe())
bdSignalSeries
object.
aggregateSeries
).
aggregateSeries
).
T
, pass all the columns of
x
into
FUN
together; if not, each
column is aggregated separately.
(passed into
aggregateSeries
).
pos
is missing, aggregate using
a sequence spaced by
by
. If
by
is missing, the function chooses
a value based on the range of positions of the series
(passed into
aggregateSeries
).
x
)
(passed into
aggregateSeries
).
plot.signalSeries
function.
...
arguments.
This argument can be used when
plot
is called from within another function if the plot titles are not
coming out correctly.
axis.numeric
for the x-axis,
for compatibility with
plot.signalSeries
.
signalSeries
object) to the
plot.signalSeries
function.
## plot the "say wavelet" signal x <- bdSignalSeries(say.wavelet@data, say.wavelet@positions) x@title <- say.wavelet@title plot(x)