vpr_roi {vprr}R 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)


[Package vprr version 0.2.3 Index]