Is it possible to plot result of Date function? I'm using it to analyse OSL dates. When trying to plot result of the OxCal script, only results of R_date are plotted.
Sample script:
Options()
{
BCAD=FALSE;
};
Plot() {
Date('OSL', N(calBP(47700), 3700));
R_date('radiocarbon', 30000, 500);
};
I would also appreciate to have an option dysplaying results in BP, not BC/AD timescale.
best,
Darek