plot.mathgraph: Plot a Mathematical Graph

Description Usage Arguments Details BUGS Author(s) References See Also Examples

Description

Very crude plotting method for mathgraph class.

Usage

1
2
## 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

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

mathgraph documentation built on May 2, 2019, 11:04 a.m.