plot.timeseries {segmenTier} | R Documentation |
Plot method for the "timeseries" object.
Description
plot the processed time-series object returned from
processTimeseries
.
Usage
## S3 method for class 'timeseries'
plot(x, plot = c("total", "timeseries"), xaxis,
ylabh = TRUE, ...)
Arguments
x |
a time-series object as returned by
|
plot |
a string vector indicating the values to be plotted;
"total": plot of the total signal, summed over
the time-points, and indicating the applied threshold |
xaxis |
x-values to use as x-axis (e.g. to reflect absolute chromosomal coordinates) |
ylabh |
plot y-axis title horizontally |
... |
additional arguments to plot of total signal |
[Package segmenTier version 0.1.2 Index]