ttstability: A function to plot and process TreeTalker stability data.

ttStabilityR Documentation

A function to plot and process TreeTalker stability data.

Description

The function makes use of data frames created by the "ttScrape()" function. It processes data from a accelerometer (Silicon Labs. Model: MMA8451Q).

Usage

ttStability(mydata_4D, plot_label)

Arguments

mydata_4D

a ttScrape object

plot_label

"all_in_one": all the treetalkers in a plot "split": each treetalker in a different panel "none": it doesn't plot

Author(s)

Enrico Tomelleri

References

TT+ user manual, Nature 4.0 (version 02/09/2020).

Examples


load(file = "data/mydata_4D.rda")
ttStability(mydata_4D, "split")

EnricoTomelleri/ttalkR documentation built on Sept. 27, 2024, 2:49 p.m.