cql_phase: Describe an unordered group in CQL

View source: R/cql.R

cql_phaseR Documentation

Describe an unordered group in CQL

Description

The CQL command Phase is used to describe an unordered group of events in a model.

Usage

cql_phase(name, cql)

Arguments

name

Character. Label for the phase.

cql

Vector of cql objects contained in the phase.

Value

A cql object.

References

https://c14.arch.ox.ac.uk/oxcalhelp/hlp_commands.html

See Also

Other CQL functions: cql_boundary(), cql_n(), cql_options(), cql_other, cql_r_date(), cql_sequence(), cql(), write_oxcal()

Examples

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)
  ))
)

joeroe/stratigraphr documentation built on May 17, 2023, 9:52 p.m.