View source: R/summary.mritc.R
| summary.mritc | R Documentation |
Summarize some information of an object of class "mritc".
## S3 method for class 'mritc' summary(object, ...)
object |
an object of class "mritc". |
... |
any additional arguments. |
The function computes and returns some
summary statistics of the object obtained from running the
function mritc.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.