R/yoshi_behav_functions.R
read_ybr_tiff.Rd
Low level function to read in raw data from a Yoshi behaviour summary TIFF file. You can use this to customise how the TIFF file is read in or if you want to extract multiple kinds of information from the same TIFF file using different functions.
read_ybr_tiff(f, all = TRUE, as.is = FALSE, ...)
f | Path to a TIFF file on disk or the data from a TIFF that has previously been read into R. |
---|---|
all | logical scalar or integer vector. TIFF files can contain
more than one image. If |
as.is | logical, if |
... | Additional arguments passed to |
list of TIFF slices with extra class ybr_raw
Other read_ybr:
find_ybr_tiffs()
,
read_ybr_summary()
,
read_ybr_xy()