ss_bookkeeping: General usability function for raw data

View source: R/ss_bookkeeping.R

ss_bookkeepingR Documentation

General usability function for raw data

Description

From a single trace data table, returns a data table with useful column names. Optionally recalculates DeltaA if you feel it is necessary.

Usage

ss_bookkeeping(dataframe, recalc_delta_a = F, baselineStart = 80,
  baselineEnd = 99)

Arguments

dataframe

The data to be treated.

recalc_delta_a

Boolean. Do you wish to recalculate DeltaA

baselineStart

Baseline choices for recalculating DeltaA

baselineEnd

Baseline choices for recalculating DeltaA


poales/sharkeySpec documentation built on July 22, 2022, 10:28 a.m.