panmagic.4 {magic} | R Documentation |
Panmagic squares of order 4
Description
Creates all fundamentally different panmagic squares of order 4.
Usage
panmagic.4(vals = 2^(0:3))
Arguments
vals |
a length four vector giving the values which are combined
in each of the |
Author(s)
Robin K. S. Hankin
References
https://www.grogono.com/magic/index.php
See Also
Examples
panmagic.4()
panmagic.4(2^c(1,3,2,0))
panmagic.4(10^(0:3))
[Package magic version 1.6-1 Index]