View source: R/classify_flowcam_archive.R
classify_flowcam_archive | R Documentation |
Classify algae_traits data.frame
classify_flowcam_archive(
archive_dir = "/Users/rainerkrug/MountainDuck/LEEFSwift3",
timestamps,
algae_traits_name = "algae_traits_filtered.rds",
classifier_constant_name,
classifier_increasing_name,
species_tracked = NULL,
output,
mc.cores = 1,
bottle = NULL
)
timestamps |
|
classifier_constant_name |
the classifier for temperature treatment constant |
classifier_increasing_name |
the classifier for temperature treatment increasing |
species_tracked |
names of the species tracked as a character vector. If |
output |
path to which the classified data will be saved as |
mc.cores |
number of cores to be used. Defaults to 1 |
bottle |
if not 'NULL' (default) only classify this bottle. Needs to be a single bottle! |
invisible NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.