powered by
Creates an ROICoords object from a matrix of coordinates representing points in 3D space.
ROICoords
ROICoords(coords)
An ROICoords object
A matrix with 3 columns representing (x, y, z) coordinates
ROI Coordinates
coords <- matrix(c(1,2,3, 4,5,6), ncol=3, byrow=TRUE) roi_coords <- ROICoords(coords)
Run the code above in your browser using DataLab