plot.addt.fit: ADDT Plotting

Description Usage Arguments See Also

View source: R/ADDT-package.R

Description

Provides graphical tools for ADDT analysis.

Usage

1
2
## 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


ADDT documentation built on May 2, 2019, 6:38 a.m.