read_ybr_summary: Read the summary values from yoshi behaviour TIFF

Description Usage Arguments Value See Also Examples

View source: R/yoshi_behav_functions.R

Description

Read the summary values from yoshi behaviour TIFF

Usage

1

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

1
2
3
4
5
## Not run: 
some_summ=read_ybr_summary("some.tif")
plot(some_summ[,c(1,2,7)])

## End(Not run)

jefferislab/flywatch documentation built on Aug. 6, 2021, 12:14 p.m.