Learn R Programming

seinfitR (version 1.0.1)

plot.seinfitR: Plot SeinfitR

Description

Plot method for seinfitR objects

Usage

# S3 method for seinfitR
plot(x, rel = FALSE, ...)

Value

A plot showing the observed data (blue points) and the fitted curve (red line).

Arguments

x

An object of class seinfitR (output from seinfitR()).

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.