magic.4n {magic} | R Documentation |
Produces an associative magic square of order 4n using the delta-x method.
magic.4n(m, method="a")
m |
Order n of the square is given by n=4m |
method |
string specifying which method to use. Method ``a'' appears to be uniformly better, and clearer. |
Robin K. S. Hankin
magic.4n(4) is.magic(magic.4n(5))