ROICoords | R Documentation |
Creates an ROICoords
object from a matrix of coordinates
representing points in 3D space.
ROICoords(coords)
coords |
A matrix with 3 columns representing (x, y, z) coordinates |
ROI Coordinates
An ROICoords
object
coords <- matrix(c(1,2,3, 4,5,6), ncol=3, byrow=TRUE)
roi_coords <- ROICoords(coords)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.