multipol (version 1.0-9)

multipol: Coerce and test for multipols

Description

Coerce and test for multipols

Usage

multipol(x)
as.multipol(x)
is.multipol(x)

Arguments

x

Object to be coerced to multipol

Author

Robin K. S. Hankin

Details

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.

See Also

extract.multipol

Examples

Run this code
a <- as.multipol(array(1:12,c(2,3,2)))

Run the code above in your browser using DataCamp Workspace