Skip to contents

Sequential Condition Sweeps

Usage

sequential_condition_sweeps(df, condition_names)

Arguments

df

Data Frame or Tibble, with the following columns: * sweep * condition

condition_names

Character vector with condition names.

Value

Data Frame or Tibble, with the additional column: * trial

Details

Creates a 'trial' column with sequential trial numbers across all conditions. The original sweep value is not overwritten.