magicplot | R Documentation |
A nice way to graphically represent normal magic squares. Lines are
plotted to join successive numbers from 1 to n^2
. The plot
method produces pleasing images for many magic squares.
magicplot(m, number = TRUE, do.circuit = FALSE, ...)
m |
Magic square to be plotted |
number |
Boolean variable with default |
do.circuit |
Boolean variable with default |
... |
Extra parameters passed to |
Robin K. S. Hankin
magicplot(magic.4n(2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.