Learn R Programming

ANTsR (version 0.4.0)

as.antsMatrix: as.antsMatrix

Description

convert types to an antsMatrix

Usage

as.antsMatrix(object, ...)

Arguments

object

An object

...

other parameters

elementtype

e.g. "float" or "double"

Examples

Run this code
# NOT RUN {
as.antsMatrix(matrix(rnorm(10), nrow=2))
# }

Run the code above in your browser using DataLab