| plot-Wave {tuneR} | R Documentation | 
Plotting Wave objects
Description
Plotting objects of class Wave.
Usage
## S4 method for signature 'Wave,missing'
plot(x, info = FALSE, xunit = c("time", "samples"), 
    ylim = NULL, main = NULL, sub = NULL, xlab = NULL, ylab = NULL, 
    simplify = TRUE, nr = 2500, axes = TRUE, yaxt = par("yaxt"), las = 1, 
    center = TRUE, ...)
## S4 method for signature 'WaveMC,missing'
plot(x, info = FALSE, xunit = c("time", "samples"), 
    ylim = NULL, main = NULL, sub = NULL, xlab = NULL, ylab = colnames(x), 
    simplify = TRUE, nr = 2500, axes = TRUE, yaxt = par("yaxt"), las = 1, 
    center = TRUE, mfrow = NULL, ...)
    
plot_Wave_channel(x, xunit, ylim, xlab, ylab, main, nr, simplify, axes = TRUE, 
    yaxt = par("yaxt"), las = 1, center = TRUE, ...)
Arguments
| x | |
| info | Logical, whether to include (written) information on the  | 
| xunit | Character indicating which units are used for setting up user coordinates (see  | 
| ylim | The  | 
| main,sub | A title / subtitle for the plot. | 
| xlab | Label for x-axis. | 
| ylab | Label for y-axis (on the right side of the plot). For  | 
| simplify | Logical, whether the plot should be “simplified”.
If  Plotting with  | 
| nr | Number of windows (segments) to be used approximately
(an appropriate number close to  | 
| axes | Whether to plot axes, default is  | 
| yaxt | How to plot the y-axis ( | 
| las | The style of the axis labels, default is  | 
| center | Whether to plot with y-axes centered around 0 (or 127 if 8-bit), default is  | 
| mfrow | A vector indicating the arrangement of the figures, see  | 
| ... | Further arguments to be passed to the underlying plot functions. | 
Details
Function plot_Wave_channel is a helper function
to plot a single channel (left for a Wave object, first channel / first column of data slot of a WaveMC object); 
in particular it is not intended to be called by the user directly.
Author(s)
Uwe Ligges ligges@statistik.tu-dortmund.de, Sarah Schnackenberg
See Also
Wave-class, Wave, WaveMC-class, WaveMC and tuneR