plot.seinfitR {seinfitR} | R Documentation |
Plot SeinfitR
Description
Plot method for seinfitR objects
Usage
## S3 method for class 'seinfitR'
plot(x, rel = FALSE, ...)
Arguments
x |
An object of class |
rel |
Logical. If TRUE, the observed and fitted values are plotted relative to the maximum fitted value (normalized between 0 and 1). If FALSE, the original observed and fitted values are plotted. |
... |
currently unused. |
Value
A plot showing the observed data (blue points) and the fitted curve (red line).
[Package seinfitR version 1.0.1 Index]