get_pre_decimation_block: Retrieve the preserved full-resolution data for a block

View source: R/plot.eyeris.R

get_pre_decimation_blockR Documentation

Retrieve the preserved full-resolution data for a block

Description

Returns the full-resolution (pre-decimation) time series for the requested block, if it was preserved when a downsample()/bin() step ran. Used so that diagnostic plots of earlier pipeline steps can be rendered at their original sampling rate rather than the decimated rate (see issue #294).

Usage

get_pre_decimation_block(x, block)

Arguments

x

An object of class eyeris

block

The block number to retrieve

Value

A data frame of full-resolution time series data for the block, or NULL if no pre-decimation data was preserved


eyeris documentation built on June 19, 2026, 9:08 a.m.