| plot.mritc | R Documentation |
Visualize MRI tissue classification results.
## S3 method for class 'mritc' plot(x, ...)
x |
an object of class "mritc" |
... |
any additional arguments for function |
Allocate a voxel to the tissue type with the highest probability and
then use slices3d to show the result.
NULL
slices3d
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")
plot(tc.icm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.