classify_flowcam_archive: Classify algae_traits data.frame

View source: R/classify_flowcam_archive.R

classify_flowcam_archiveR Documentation

Classify algae_traits data.frame

Description

Classify algae_traits data.frame

Usage

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
)

Arguments

timestamps

character vector containing the timestamps to be classified

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 NULL it will be read from the original configuration file in the datadir.

output

path to which the classified data will be saved as rds

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!

Value

invisible NULL


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