Plot method for seinfitR objects
# S3 method for seinfitR
plot(x, rel = FALSE, ...)A plot showing the observed data (blue points) and the fitted curve (red line).
An object of class seinfitR (output from seinfitR()).
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.