Description Usage Arguments Value Examples
Generic function to extract geometric properties of an image.
1 2 3 4 5 6 7 8 9 10 |
x |
the object to query, e.g. an instance of |
... |
additional arguments |
an object representing the geometric space of the image of type BrainSpace
1 2 3 | x = BrainSpace(c(10,10,10), c(1,1,1))
vol <- BrainVolume(rnorm(10*10*10), x)
identical(x,space(vol))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.