Learn R Programming

xROI (version 0.9.20)

parseROI: Parse ROI list file

Description

This function reads the ROI list file and returns it as a list variable

Usage

parseROI(roifilepath)

Arguments

roifilepath

a character string. path to the ROI file

Value

a list. ROI list file as a list.

Examples

Run this code
# 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