ISAAKiel / oxcAAR

R Package - Interaction with Oxcal
GNU General Public License v2.0
21 stars 4 forks source link

Allow plotting output of Date function #49

Open dbobak opened 5 months ago

dbobak commented 5 months ago

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

MartinHinz commented 5 months ago

Hej Darek, Thank you for asking! Currently, oxcAAR plots only R_Dates, but this might be a valuable addition! Cheers, Martin