powered by
This function reads the ROI list file and returns it as a list variable
parseROI(roifilepath)
a character string. path to the ROI file
a list. ROI list file as a list.
# NOT RUN { f <- system.file(package = 'xROI', 'example/ROI/example_DB_0001_roi.csv') roi <- parseROI(f) # }
Run the code above in your browser using DataLab