View source: R/classify_flowcam_files.R
classify_flowcam_files | R Documentation |
Classify algae_traits data.frame
classify_flowcam_files(
datadir,
algae_traits_name = "algae_traits_filtered.rds",
classifier_constant_name,
classifier_increasing_name,
timestamp = "55555555",
species_tracked = NULL,
bottle = NULL
)
datadir |
|
algae_traits_name |
|
classifier_constant_name |
|
classifier_increasing_name |
|
timestamp |
timestamp to be used to stamp the classified data |
species_tracked |
names of the species tracked as a character vector.
If |
bottle |
if not 'NULL' (default) only classify this bottle. Needs to be a single bottle! |
list
containing two objects:
- algae_traits
including species
- algae_densities
densities of the different particles identified
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.