multipol {multipol} | R Documentation |
Coerce and test for multipols
multipol(x)
as.multipol(x)
is.multipol(x)
x |
Object to be coerced to multipol |
The usual case is to coerce an array to a multipol. A character
string may be given to as.multipol()
, which will attempt to
coerce to a multipol.
Subsets of a multipol are accessed and set using Oarray-style extraction with an offset of zero.
Robin K. S. Hankin
a <- as.multipol(array(1:12,c(2,3,2)))