Age-depth scales
scale_y_depth_age(
model = NULL,
age_name = "age",
age_breaks = waiver(),
age_labels = waiver(),
...
)
scale_y_age_depth(
model = NULL,
reversed = FALSE,
depth_name = "depth",
depth_breaks = waiver(),
depth_labels = waiver(),
...
)
scale_x_depth_age(
model = NULL,
age_name = "age",
age_breaks = waiver(),
age_labels = waiver(),
...
)
scale_x_age_depth(
model = NULL,
reversed = FALSE,
depth_name = "depth",
depth_breaks = waiver(),
depth_labels = waiver(),
...
)
An age-depth model, or NULL to suppress the second axis
Label for the second axis
Breaks for the second axis
Labels for each break on the second axis
Passed to scale_y_continuous or scale_x_continuous
Reverse the primary age axis (for years BP or similar)
A scale_y_continuous or scale_x_continuous