plot.sshaped {Sshaped} | R 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 |
... |
Other arguments passed to |
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
Examples
## See examples for the functions sshapedreg and cvxreg.
[Package Sshaped version 1.1 Index]