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
extract.multipol
a <- as.multipol(array(1:12,c(2,3,2)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.