Read the summary values from yoshi behaviour TIFF

read_ybr_summary(f, start = 0, frequency = 30, ...)

Arguments

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 ts.

Value

a multi timeseries (ts) object containing 26 columns reporting frame by frame summary statistics.

See also

ts

Other read_ybr: find_ybr_tiffs(), read_ybr_tiff(), read_ybr_xy()

Examples

if (FALSE) { some_summ=read_ybr_summary("some.tif") plot(some_summ[,c(1,2,7)]) }