plot.seinfitR: Plot SeinfitR

View source: R/plot.seinfitR.R

plot.seinfitRR 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 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.

Value

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


seinfitR documentation built on April 11, 2025, 5:54 p.m.