Learn R Programming

mathgraph (version 0.9-14)

plot.mathgraph: Plot a Mathematical Graph

Description

Very crude plotting method for mathgraph class.

Usage

# S3 method for mathgraph
plot(x, ...)

Arguments

x

an object that inherits from mathgraph.

graphics parameters may be given.

BUGS

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

Details

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

References

S Poetry, Patrick J. Burns, Section 13.3

See Also

mathgraph, plot, par

Examples

Run this code
# NOT RUN {
plot(mathgraph(~ 1:3 * 2:4), main="Graph K4")
# }

Run the code above in your browser using DataLab