# Generate names automatically and outputs to the screen for 14C ages
GenerateOxcalCode("My_data", c(1123, 1128, 1135), c(32, 24, 25))
# Provide name automatically and outputs to the screen for F14C concentrations
GenerateOxcalCode(
"My_data",
c(0.832, 0.850, 0.846),
c(0.004, 0.003, 0.009),
c("P-1", "P-2", "P-3"),
F14C_inputs=TRUE)
Run the code above in your browser using DataLab