plot.mathgraph {mathgraph} | R Documentation |
Very crude plotting method for mathgraph
class.
## S3 method for class 'mathgraph': plot(x, ...)
x |
an object that inherits from mathgraph . |
... |
graphics parameters may be given. |
A representation of the mathematical graph is produced on the current graphics device.
Needs to be smarter, and allow the user some control.
Nick Efthymiou
S Poetry, Patrick J. Burns, Section 13.3
plot(mathgraph(~ 1:3 * 2:4), main="Graph K4")