plot.SC: Plot silicate

View source: R/plot.R

plot.SCR Documentation

Plot silicate

Description

Basic edge plot, all the standard base graphics facilities for line segments are available.

Usage

## S3 method for class 'SC'
plot(x, ..., add = FALSE)

## S3 method for class 'SC0'
plot(x, ..., add = FALSE)

Arguments

x

sc object

...

arguments passed to lower level plotting functions

add

if TRUE add to current plot

Details

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.


silicate documentation built on Jan. 7, 2023, 1:15 a.m.