Learn R Programming

ipmr (version 0.0.7)

as.matrix.ipmr_matrix: Convert to bare matrices

Description

Converts objects to c("matrix", "array").

Usage

# S3 method for ipmr_matrix
as.matrix(x, ...)

# S3 method for ipmr_ipm as.matrix(x, ...)

Value

A matrix.

Arguments

x

An object of class ipmr_matrix, or the output from make_ipm.

...

ignored.