index_plot_raw {api2lm}R Documentation

Index plot helper function

Description

Index plot helper function

Usage

index_plot_raw(
  x,
  y,
  idd,
  labels,
  add_reference,
  arglist,
  text_arglist,
  abline_arglist,
  extendrange_f
)

Arguments

x

x-values to plot

y

y-values to plot

idd

Identified observations

labels

The labels to use for the identified points.

add_reference

Logical value

arglist

Named list for plot

text_arglist

Named list for text

abline_arglist

Named list for abline

extendrange_f

Positive number(s) specifying the fraction by which the range of the residuals should be extended using the extendrange function. If longer than one, f[1] is used on the left and f[2] on the right.


[Package api2lm version 0.2 Index]