powered by
A function to retrieve all timescale definitions from the Macrostrat database. Function is called without user-specified arguments.
def_timescales()
A data.frame containing the following columns:
data.frame
timescale_id: The unique identification number of the timescale.
timescale_id
timescale: The name of the timescale.
timescale
n_intervals: The number of intervals within the timescale.
n_intervals
max_age: The maximum age coverage of the timescale in millions of years before present.
max_age
min_age: The minimum age coverage of the timescale in millions of years before present.
min_age
ref_id: The unique identification number of the associated reference.
ref_id
Lewis A. Jones
Christopher D. Dean
Timescales and time intervals: def_intervals()
def_intervals()
# \donttest{ # Retrieve all timescale definitions ex1 <- def_timescales() # }
Run the code above in your browser using DataLab