vpr_roi: Get roi ids from string

View source: R/EC_functions.R

vpr_roiR Documentation

Get roi ids from string

Description

Get roi ids from string

Usage

vpr_roi(x)

Arguments

x

A string specifying directory and file name of roi

Value

A string of only the 10 digit roi identifier

Author(s)

K Sorochan

See Also

vpr_hour, vpr_day, vpr_category

Examples


roi_string <- 'roi.0100000000.tif'
vpr_roi(roi_string)


vprr documentation built on July 12, 2022, 5:07 p.m.