plot.abrem: Abrem Object Plotting

Description Usage Arguments Details Value To Do/Known issues/Bugs Author(s) See Also Examples

Description

This function adds the .abrem method to plot from the graphics package. Currently, plot.abrem() behaves as follows:

Usage

1
2
## S3 method for class 'abrem'
plot(x, ...)

Arguments

x

Object of class abrem.

...

Options for plotting the abrem object; see section "Details".

Details

The code... argument can be any graphical parameter that can be supplied to plot.default, and any option that is set by the function options.abremplot.

Value

Currently, plot.abrem returns no value. In the future it will return the abrem object, with any additional plotting options appended.

To Do/Known issues/Bugs

Author(s)

Jurgen Symynck jurgen.symynck@kahosl.be

See Also

Abrem, abrem.fit, options.abremplot

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
data(p2.2,package="abrem")
da <- abrem.fit(Abrem(p2.2),dist="weibull",
    method.fit=c("mrr","xony","qbeta"),pch=3)
da <- abrem.conf(da,method.conf.blives="mcpivotal")
da <- abrem.fit(da,dist="weibull",
    method.fit=c("mrr","xony","bernard"),
    col="red",pch=4,lty=2)






plot(da,xlim=c(1e-2,1e4))

abremout documentation built on May 2, 2019, 6:09 p.m.