axes | R Documentation |
Extract Image Axes
axes(x)
## S4 method for signature 'NeuroSpace'
axes(x)
x |
an object with a set of axes |
the 'axes' associated with the object.
x <- NeuroSpace(c(10,10,10), spacing=c(1,1,1))
class(axes(x)) == "AxisSet3D"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.