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 ggplot object
Other plot:
plotChron(),
plotChronEns(),
plotChronEnsDiff(),
plotCorEns(),
plotHistEns(),
plotLine(),
plotModelDistributions(),
plotPcaEns(),
plotPvalsEnsFdr(),
plotRegressEns(),
plotScatterEns(),
plotScreeEns(),
plotSpectraEns(),
plotSpectrum(),
plotSummary(),
plotSummaryTs(),
plotTimeseriesEnsLines(),
plotTimeseriesEnsRibbons(),
plotTimeseriesStack()
Other regress:
plotRegressEns(),
plotScatterEns(),
regress(),
regressEns()