multipol (version 1.0-7)

as.array: Coerce multipols to arrays

Description

Coerce multipols to arrays; unclass

Usage

# S3 method for multipol
as.array(x, ...)

Arguments

x

multipol

...

Further arguments passed to NextMethod()

Author

Robin K. S. Hankin

Examples

Run this code
a <- as.multipol(matrix(1,2,2))
as.array(a)

Run the code above in your browser using DataLab