powered by
Very crude plotting method for mathgraph class.
mathgraph
# S3 method for mathgraph plot(x, ...)
an object that inherits from mathgraph.
graphics parameters may be given.
Needs to be smarter, and allow the user some control.
A representation of the mathematical graph is produced on the current graphics device.
S Poetry, Patrick J. Burns, Section 13.3
mathgraph, plot, par
plot
par
# NOT RUN { plot(mathgraph(~ 1:3 * 2:4), main="Graph K4") # }
Run the code above in your browser using DataLab