Description Usage Arguments Value Examples
View source: R/brainImageClass.R
All measurements stored in the img object are accessed
1 | getMeasurements(img)
|
img |
brainImage instance |
measurements vector
1 2 3 4 | data <- data.frame(x=1:10, y=1:10,
z=c(rep(2,5), rep(3,5)), val=rnorm(100))
img <- new("brainImage", data, "test", 10)
getMeasurements(img)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.