Description Usage Arguments Value Examples
View source: R/brainImageClass.R
Returns the total amount of measurements which are not NA in this image
1 |
img |
brainImage instance |
number of non-NA measurements
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)
getNumberOfMeasurements(img)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.