abline-RobReg-method: Add line to plot

Description Usage Arguments

Description

Add fitted line to a plot. This is overloaded function for robust regression methods from package depthproc.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S4 method for signature 'RobReg'
abline(
  a = NULL,
  b = NULL,
  h = NULL,
  v = NULL,
  reg = NULL,
  coef = NULL,
  untf = FALSE,
  ...
)

Arguments

a

an object of class RobReg

b

not used.

h

not supported.

v

not supported.

reg

not supported.

coef

not supported.

untf

not supported.

...

Arguments to be passed to methods, such as graphical parameters (see par).


DepthProc documentation built on Feb. 4, 2022, 1:07 a.m.