Skip to contents

This function is deprecated and will be reimplemented in a future version.

Usage

compareAlignments(
  ...,
  names,
  smooth = FALSE,
  se = FALSE,
  min_frac = NULL,
  max_frac = NULL
)

Arguments

...

Alignment objects.

names

Character vector of names.

smooth

Logical; add smooth line.

se

Logical; add standard error bands.

min_frac

Numeric; minimum fraction.

max_frac

Numeric; maximum fraction.

Value

None. Raises an error.

Examples

# \donttest{
# This function is deprecated and will be
# reimplemented in a future version.
# }