linesconst | R Documentation |
Add to plotting model in piecewise constant form over n subintervals, where n is the length of x.
linesconst(x, l, r, ...)
x |
model to be plotted |
l |
left endpoint of plot |
r |
right endpoint of plot |
... |
graphical parameters |
Used for plotting vector models
graphical side effects
Jonathan M. Lees<jonathan.lees@unc.edu>
plotconst
zip = runif(25)
plotconst(zip, 0, 1 )
linesconst(runif(25) , 0, 1 , col='red' )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.