centroid | R Documentation |
return the centroid of an object
centroid(x, ...)
## S4 method for signature 'NeuroSpace'
centroid(x)
## S4 method for signature 'ROICoords'
centroid(x)
x |
an object with a centroid |
... |
extra args |
the centroid of the object
bspace <- NeuroSpace(c(10,10,10), c(2,2,2))
centroid(bspace)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.