vpr_autoid_copy {vprr} | R Documentation |
Copy VPR images into folders
Description
Organize VPR images into folders based on classifications provided by visual plankton
Usage
vpr_autoid_copy(basepath, day, hour, classifier_type, classifier_name, taxa)
Arguments
basepath |
A file path to your autoid folder where VP data is stored eg. "C:\\data\\cruise_XXXXXXXXXXXXXXX\\autoid\\" |
day |
character string representing numeric day of interest |
hour |
character string representing hour of interest |
classifier_type |
character string representing the type of classifier (either 'svm', 'nn' or 'dual') from Visual Plankton |
classifier_name |
character string representing name of Visual Plankton classifier |
taxa |
optional list of character strings if you wish to only copy images from specific classification groups |
Value
organized file directory where VPR images are contained with folders, organized by day, hour and classification, inside your basepath/autoid folder
[Package vprr version 0.2.3 Index]