View source: R/plot.seinfitR.R
plot.seinfitR | R Documentation |
Plot method for seinfitR objects
## S3 method for class 'seinfitR'
plot(x, rel = FALSE, ...)
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. |
A plot showing the observed data (blue points) and the fitted curve (red line).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.