plot.shaped: Plot of a 'sshaped' object

plot.sshapedR Documentation

Plot of a sshaped object

Description

This function takes a fitted sshaped object produced by sshapedreg or cvxreg, and plots the observations, the fitted function and the location of the estimated inflection point (where applicable).

Usage

## S3 method for class 'sshaped'
plot(x, ...)

Arguments

x

A fitted sshaped object produced by sshapedreg or cvxreg.

...

Other arguments passed to plot.

Details

A plot that shows the observations, the fitted function and the location of the estimated inflection point (where applicable, i.e. when object$shape equals "sshaped".).

Value

No return value. A plot is produced.

Author(s)

See Also

sshapedreg, cvxreg

Examples

## See examples for the functions sshapedreg and cvxreg.

Sshaped documentation built on Oct. 13, 2022, 5:05 p.m.