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

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

Nick McKay