Seems I’m being extra productive today. Created a basic tutorial on creating diagrams using Palyoplot’s built-in datasets. It should be enough to get you started with the functionality and exploring how the datasets are setup in R.
To give you a little bit of a sneak peak before heading over there…
library(palyoplot) axis2 = palyoplot_get2ndAxis(interval=2, top=-20, bottom=115, ages=pp_agemodel) graph1 = palyoplot_plotTaxa(xdata=pp_xdata, ydata=pp_ydata, ylabel="cal yr BP", bottomLabel="Percentages", colors=pp_colors, y2=axis2, y2label="depth (cm)", fontstyles=pp_fontStyles, taxaGroups=pp_taxaGroups, plotStyle="line"))