LEEF_2_classify_flowcam_files: Classify algae_traits data.frame

View source: R/LEEF_2_classify_flowcam_files.R

LEEF_2_classify_flowcam_filesR Documentation

Classify algae_traits data.frame

Description

Classify algae_traits data.frame

Usage

LEEF_2_classify_flowcam_files(
  datadir,
  algae_traits_name = "algae_traits_filtered.rds",
  classifier = NULL,
  timestamp = "55555555",
  species_tracked = NULL,
  bottle = NULL
)

Arguments

datadir

character vector containing the root directory for all files

algae_traits_name

character vector containing the name of the algae traits file without path

classifier

classifier for flowcam

timestamp

timestamp to be used to stamp the classified data

species_tracked

names of the species tracked as a character vector. If NULL it will be read from the original configuration file in the datadir.

bottle

if not 'NULL' (default) only classify this bottle. Needs to be a single bottle!

Value

list containing two objects: - algae_traits including species - algae_densities densities of the different particles identified


LEEF-UZH/LEEF.analysis documentation built on Feb. 8, 2025, 11:18 a.m.