Description Usage Arguments Value Examples
View source: R/calcXScalingFactor.R
Calculates a scaling factor which normalizes the biparietal distance to 1
1 | calcXScalingFactor(img)
|
img |
brainImage instance |
list containg the factor and a version
1 2 3 4 5 | options("BITSIZE"=10)
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)
calcXScalingFactor(img)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.