plotLine: Plot or add a line to plot

View source: R/plotting.geoChronR.R

plotLineR Documentation

Plot or add a line to plot

Description

Plots or adds a line to aplot

Usage

plotLine(add.to.plot = ggplot(), X, Y, color = "black", alp = 1)

Arguments

add.to.plot

A ggplot object to add these lines to. Default is ggplot() .

X

A LiPD variable list to plot, including values, units, names, and more

Y

A LiPD variable list to plot, including values, units, names, and more

color

Line color (following ggplot rules)

alp

Line transparency

Value

A ggplot object

Author(s)

Nick McKay

See Also

Other plot: plotChron(), plotChronEns(), plotChronEnsDiff(), plotCorEns(), plotHistEns(), plotModelDistributions(), plotPcaEns(), plotPvalsEnsFdr(), plotRegressEns(), plotScatterEns(), plotScreeEns(), plotSpectraEns(), plotSpectrum(), plotSummary(), plotSummaryTs(), plotTimeseriesEnsLines(), plotTimeseriesEnsRibbons(), plotTimeseriesStack(), plotTrendLinesEns()


nickmckay/GeoChronR documentation built on April 9, 2024, 5:26 a.m.