plotScatterEns: Plot an ensemble of data as a scatterplot

View source: R/plotting.geoChronR.R

plotScatterEnsR Documentation

Plot an ensemble of data as a scatterplot

Description

Plot an ensemble timeseries as a scatter plot. Useful in showing the general impact of uncertainty on a bivariate relationship.

Usage

plotScatterEns(X, Y, alp = 0.2, n.ens.plot = 1000, add.to.plot = ggplot())

Arguments

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

alp

Marker transparency

n.ens.plot

Whats the maximum number of points to plot?

add.to.plot

A ggplot object to add this plot to. Default is ggplot() .

Value

A ggplot object

Author(s)

Nick McKay

See Also

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

Other regress: plotRegressEns(), plotTrendLinesEns(), regress(), regressEns()


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