plot.addt.fit {ADDT}R Documentation

ADDT Plotting

Description

Provides graphical tools for ADDT analysis.

Usage

## S3 method for class 'addt.fit'
plot(x, type, ...)

Arguments

x

An addt.fit object.

type

Type of plot ("data", "ML", "LS", "SEMI") to be generated. If type="data", a scatter plot of the dataset in addt.fit object is generated. If type="ML", a plot of data along with the results of ML approach is produced. If type="LS", the polynominal fit to the data is plotted. If type="SEMI", the semi-parametric fit to the data is plotted.

...

Optional arguments.

See Also

addt.fit


[Package ADDT version 2.0 Index]