Learn R Programming

ANTsR (version 1.0)

antsMatrix-class: An S4 class to hold an antsMatrix imported from ITK types C++ type used to represent an element of the matrix pointer to the actual image C++ type 'itk::image< pixeltype , dimension >::Pointer'

Description

An S4 class to hold an antsMatrix imported from ITK types C++ type used to represent an element of the matrix pointer to the actual image C++ type 'itk::image< pixeltype , dimension >::Pointer'

Usage

# S4 method for antsMatrix
initialize(.Object, elementtype)

# S4 method for antsMatrix as.data.frame(x)

# S4 method for antsMatrix as.list(x)

Arguments

.Object

input object to convert

elementtype

string e.g. "float"

x

input object to convert

Methods (by generic)

  • initialize:

  • as.data.frame:

  • as.list:

Slots

elementtype

pointer

the memory location