summarizeTrackDfWith: Summarize time lapse data variables

View source: R/summarize-timelapse-data.R

summarizeTrackDfWithR Documentation

Summarize time lapse data variables

Description

Sets up the stat data.frame based on the data variables of slot @tracks. This includes summary via the denoted functions in argument summarize_with as well as all module based variables.

Usage

summarizeTrackDfWith(
  object,
  summarize_with = c("max", "mean", "median", "min"),
  verbose = NULL
)

Arguments

object

A valid cypro object.

verbose

Logical. If set to TRUE informative messages regarding the computational progress will be printed.

(Warning messages will always be printed.)

Value

An updated version of the input cypro-object.

Note

As this function affects and changes the whole stat data.frame all analysis results are discarded.


theMILOlab/cypro documentation built on April 5, 2022, 2:03 a.m.