| cql_phase | R Documentation |
The CQL command Phase is used to describe an unordered group of events in
a model.
cql_phase(name, cql)
name |
Character. Label for the phase. |
cql |
Vector of |
A cql object.
https://c14.arch.ox.ac.uk/oxcalhelp/hlp_commands.html
Other CQL functions:
cql_boundary(),
cql_n(),
cql_options(),
cql_other,
cql_r_date(),
cql_sequence(),
cql(),
write_oxcal()
cql(
cql_phase("Phase A", c(
cql_r_date("ABC-001", 10100, 50),
cql_r_date("ABC-002", 10200, 50),
cql_r_date("ABC-003", 10300, 50)
))
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.