vpr_img_depth {vprr} | R Documentation |
Explore VPR images by depth bin
Description
Allows user to pull VPR images from specific depth ranges, to investigate trends before classification of images into taxa groups
Usage
vpr_img_depth(data, min.depth, max.depth, roiFolder, format = "list")
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 |
[Package vprr version 0.2.3 Index]