plot.SC | R Documentation |
Basic edge plot, all the standard base graphics facilities for line segments are available.
## S3 method for class 'SC'
plot(x, ..., add = FALSE)
## S3 method for class 'SC0'
plot(x, ..., add = FALSE)
x |
sc object |
... |
arguments passed to lower level plotting functions |
add |
if |
The 'col' argument is passed directly to segments()
or polypath()
as needed, in the usual
one-to-one or recycling way.
Graphical parameters are not able to be passed to the initial plot setup, but a plot can be set up and then added to with this method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.