Hi everyone,
I'm trying to find out whether in the simple model of sequence > boundary > phase
the order of the dates matter?
I tried to take only two phases from a site, once in stratigraphic order and once in chronological order and the results are almost identical.
And also - what is the best query for estimating the duration of the phase?
Thank you very much.
This is my code:
Plot()
{
Sequence("Site")
{
Boundary();
Phase("2")
{
R_Date("RTD 10951",12335,40);
R_Date("RTD 11029",12369,37);
R_Date("RTD 10942",12231,40);
R_Date("RTD 11148",12241,37);
R_Date("RTD 10943",12332,40);
Span("phase 2");
Date("Phase 2");
Sum(phase 2);
KDE_Plot("Kernel phase 2")
{
};
};
Boundary();
Phase("1")
{
R_Date("RTD 11145",12205,36);
R_Date("RTT 6115",11570,75);
R_Date("RTD 11147",12313,37);
R_Date("RTD 10946",12727,41);
R_Date("RTD 10945",12530,41);
R_Date("RTT 6117-2",12300,70);
R_Date("RTD 8021",12138,30);
Span("phase 1");
Date("Phase 1");
Sum(phase 1);
KDE_Plot("Kernel phase 1")
{
};
};
Boundary();
};
};
--
You received this message because you are subscribed to the Google Groups "OxCal" group.
To unsubscribe from this group and stop receiving emails from it, send an email to oxcal+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/oxcal/36e848a8-3244-4542-b3c4-5a089565d6fcn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/oxcal/d8c9d5a8-a9e5-43f7-bd7b-98d59556bbf4n%40googlegroups.com.