plotRegressionLine: Add regression line for data points

View source: R/plotseries.R

plotRegressionLineR Documentation

Add regression line for data points

Description

Shows linear fit line for data points.

Usage

plotRegressionLine(p, col = p$col, ...)

Arguments

p

plot data returned by function 'mdaplot()'

col

color of line

...

other parameters available for 'abline()' function


mdatools documentation built on Aug. 13, 2023, 1:06 a.m.