read.polygon_roi: Read a polygon owin from a tab-delimited txt file

View source: R/io.R

read.polygon_roiR Documentation

Read a polygon owin from a tab-delimited txt file

Description

Reads x and y coordinates from a tab delimited files where each XY coord is on a separate row and X and Y coords are in columns 1 and 2, respectively.

Usage

read.polygon_roi(file_path, xsize = 1, ysize = 1)

Arguments

file_path

path to txt file

xsize

x pixel size

ysize

y pixel size

Value

owin


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