vpr_img_category {vprr} | R Documentation |
Explore images by depth and classification
Description
Pulls images from specific depth ranges in specific classification group
Usage
vpr_img_category(
data,
min.depth,
max.depth,
roiFolder,
format = "list",
taxa_of_interest
)
Arguments
data |
data frame containing CTD and ROI data from
|
min.depth |
minimum depth of ROIs you are interested in looking at |
max.depth |
maximum depth of ROIs you are interested in exploring |
roiFolder |
directory that ROIs are within (can be very general eg. C:/data, but will be quicker to process with more specific file path) |
format |
option of how images will be output, either as 'list' a list of file names or 'image' where images will be displayed |
taxa_of_interest |
character string of classification group from which to pull images |
[Package vprr version 0.2.3 Index]