Description Usage Arguments Examples
View source: R/plotl.R
Equivalent to plot( ..., type = "l" )
1
plotl(...)
...
Arguments passed to plot, including graphical parameters (see par ).
plot
graphical parameters
par
1 2 3
x <- 1:50 y <- sin( 2 * pi * x / 10 ) + rnorm( 50 ) plotl( x, y, col = "blue" )
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.