Learn R Programming

mritc (version 0.3-2)

summary.mritc: Summary Method for Class "mritc"

Description

Summarize some information of an object of class "mritc".

Usage

summary.mritc(object, ...)

Arguments

object
an object of class "mritc".
...
any additional arguments.

Value

  • The function computes and returns some summary statistics of the object obtained from running the function mritc.

Examples

Run this code
T1 <- readMRI(system.file("extdata/t1.rawb.gz", package="mritc"),
                c(91,109,91), format="rawb.gz")
  mask <-readMRI(system.file("extdata/mask.rawb.gz", package="mritc"),
                 c(91,109,91), format="rawb.gz")
  tc.icm <- mritc(T1, mask, method="ICM")
  summary(tc.icm)

Run the code above in your browser using DataLab