plotting adm objects
# S3 method for adm
plot(
x,
lwd_destr = 1,
lwd_acc = 1,
lty_destr = 3,
lty_acc = 1,
col_destr = "black",
col_acc = "black",
...
)
an adm object
line width of hiatuses
line width of conservative intervals
linetype of hiatuses
line type of conservative intervals
color of erosive intervals
color of conservative intervals
arguments passed to plot
L_axis_lab()
and T_axis_lab()
for plotting time and axis labels, the vignette on plotting available via browseVignettes(package = "admtools")