R/yoshi_behav_functions.R
read_ybr_summary.RdRead the summary values from yoshi behaviour TIFF
read_ybr_summary(f, start = 0, frequency = 30, ...)
| f | Path to a TIFF file on disk or the data from a TIFF that has previously been read into R |
|---|---|
| start | Time of the first observation |
| frequency | Frequency (i.e. frame rate) for the behavioural observations |
| ... | Additional arguments passed to |
a multi timeseries (ts) object containing 26
columns reporting frame by frame summary statistics.
Other read_ybr:
find_ybr_tiffs(),
read_ybr_tiff(),
read_ybr_xy()