Learn R Programming

neuroim2 (version 0.8.5)

as.matrix: Generic as.matrix Method

Description

Coerces an object to a matrix.

Usage

as.matrix(x, ...)

Value

A matrix representation of the input x.

Arguments

x

An object to be coerced to a matrix.

...

Additional arguments passed to methods.