Description Usage Arguments Details Value Author(s) See Also Examples
Plot a smoothed line together with the original data values
1 |
intensities |
numeric vector or matrix, data are plotted by column |
position |
numeric vector; the length should be the number of rows in intensities |
ylim |
numeric vector of length 2, limits for plot. If |
ylab |
character, label for y-position |
xlab |
character, label for x-position |
normalized.to |
numeric, a line(s) is drawn at this horizontal position |
grid |
numeric, a line(s) is drawn at this vertical position |
smooth.lambda |
numeric, smoothing parameter see |
interval |
numeric (0..1), plotting of extra smoothed lines around median. With |
plotnew |
logical, if TRUE a new plot is created, else the data are plotted into an existing plot |
cols |
color vector, colors for columns in |
cex.pts |
size of the dots in the plot. Set to |
... |
extra parameters for |
This function plots the raw data values as dots and the median smoothed values as a continuous line. If interval is supplied these are plotted as lines in different line types. More than 1 interval can be given.
This function is used for its side effects
Jan Oosting
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.