plot.bfsl {bfsl}R Documentation

Plot Method for bfsl Results

Description

plot.bfsl plots the data points with error bars and the calculated best-fit straight line.

Usage

## S3 method for class 'bfsl'
plot(x, grid = TRUE, ...)

Arguments

x

An object of class "bfsl".

grid

If TRUE (default) grid lines are plotted.

...

Further parameters to be passed to the plotting routines.


[Package bfsl version 0.2.0 Index]