plot.mathgraph {mathgraph}R Documentation

Plot a Mathematical Graph

Description

Very crude plotting method for mathgraph class.

Usage

## S3 method for class 'mathgraph':
plot(x, ...)

Arguments

x an object that inherits from mathgraph.
... graphics parameters may be given.

Details

A representation of the mathematical graph is produced on the current graphics device.

BUGS

Needs to be smarter, and allow the user some control.

Author(s)

Nick Efthymiou

References

S Poetry, Patrick J. Burns, Section 13.3

See Also

mathgraph, plot, par

Examples

plot(mathgraph(~ 1:3 * 2:4), main="Graph K4")

[Package mathgraph version 0.9-8 Index]