print-methods {dti}R Documentation

Methods for Function ‘print’ in Package ‘dti’

Description

The function provides information on data dimensions, data source and existing slot-names for objects of class "dti", "dtiData", "dtiTensor" and "dtiIndices".

Usage

  ## S4 method for signature 'dti':
  print(x)

Arguments

x Object of class dtiIndices, dtiData or dtiTensor

Methods

x = "ANY"
Generic function: see print.
x = "dti"
The function provides information on data dimensions, data source and existing slot-names for objects of class "dti".

Author(s)

Karsten Tabelow tabelow@wias-berlin.de
J"org Polzehl polzehl@wias-berlin.de

See Also

dtiIndices, dtiData, dtiTensor


[Package dti version 0.6-0 Index]