read.rois: Function to read multiple windows using a specified reader...

View source: R/io.R

read.roisR Documentation

Function to read multiple windows using a specified reader function

Description

Function to read multiple windows using a specified reader function

Usage

read.rois(file_paths, rdr = read.polygon_roi, ...)

Arguments

file_paths

list of file_paths to read

rdr

reader function that takes a file path as input and returns an owin object.

...

passed to reader function

Value

list(owin)


keithschulze/supr documentation built on Nov. 26, 2022, 7:09 a.m.