RImageJROI | R Documentation |
Provides functions to read and write ImageJ (https://imagej.net/) Region of Interest (ROI) files, to plot the ROIs and to convert them as spatstat (https://spatstat.org/) spatial patterns.
ImageJ ROI files can be read into R using the
read.ijroi
and read.ijzip
functions,
resulting in ijroi
and ijzip
objects.
The objects can be plotted using generic
plot
command and converted to
spatstat.geom spatial patterns by using
ij2spatstat
function.
The ijroi
and ijzip
objects can be written to file
using the write.ijroi
and write.ijzip
functions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.