Skip to contents

Convenience wrapper that runs harmonizeChannels, harmonizeReference and harmonizeMontage in turn. Pass ref = NULL or system = NULL to skip a step.

Usage

harmonize(
  long,
  target_labels = NULL,
  rename = NULL,
  ref = "average",
  system = "10-20"
)

Arguments

long

A PhysioLongitudinal.

target_labels, rename

As in harmonizeChannels.

ref

Common reference label, or NULL to skip (default "average").

system

Montage system, or NULL to skip (default "10-20").

Value

A fully harmonized PhysioLongitudinal.

See also