Plot an ensemble of trendlines based on slope and intercept.
plotTrendLinesEns(
mb.df,
x.range,
index.xy = 1:nrow(mb.df),
alp = 0.2,
color = "red",
add.to.plot = ggplot()
)
A data.frame of slopes (column 1) and intercepts (column 2)
range of x values (min and max)
index of which observations to use
Line transparency
color of the lines
A ggplot object to add these lines to. Default is ggplot() .
A ggplot object
Other plot:
plotChronEnsDiff()
,
plotChronEns()
,
plotChron()
,
plotCorEns()
,
plotHistEns()
,
plotLine()
,
plotModelDistributions()
,
plotPcaEns()
,
plotPvalsEnsFdr()
,
plotRegressEns()
,
plotScatterEns()
,
plotScreeEns()
,
plotSpectraEns()
,
plotSpectrum()
,
plotSummaryTs()
,
plotSummary()
,
plotTimeseriesEnsLines()
,
plotTimeseriesEnsRibbons()
,
plotTimeseriesStack()
Other regress:
plotRegressEns()
,
plotScatterEns()
,
regressEns()
,
regress()