cad(x, ...)# S3 method for default
cad(x, pch = NA, verticals = TRUE, xlab = "age [Ma]",
colmap = "heat.colors", col = "black", ...)
# S3 method for detritals
cad(x, pch = NA, verticals = TRUE, xlab = "age [Ma]",
colmap = "heat.colors", ...)
# S3 method for UPb
cad(x, pch = NA, verticals = TRUE, xlab = "age [Ma]",
col = "black", type = 4, cutoff.76 = 1100, cutoff.disc = c(-15, 5),
...)
# S3 method for ArAr
cad(x, pch = NA, verticals = TRUE, xlab = "age [Ma]",
col = "black", i2i = FALSE, ...)
# S3 method for ReOs
cad(x, pch = NA, verticals = TRUE, xlab = "age [Ma]",
col = "black", i2i = TRUE, ...)
# S3 method for SmNd
cad(x, pch = NA, verticals = TRUE, xlab = "age [Ma]",
col = "black", i2i = TRUE, ...)
# S3 method for RbSr
cad(x, pch = NA, verticals = TRUE, xlab = "age [Ma]",
col = "black", i2i = TRUE, ...)
# S3 method for UThHe
cad(x, pch = NA, verticals = TRUE, xlab = "age [Ma]",
col = "black", ...)
# S3 method for fissiontracks
cad(x, pch = NA, verticals = TRUE,
xlab = "age [Ma]", col = "black", ...)
UPb
,
ArAr
, UThHe
, fissiontracks
, ReOs
,
RbSr
, SmNd
or detritals
plot
functionR
's
built-in colour palettes (e.g., heat.colors
,
terrain.colors
, topo.colors
, cm.colors
),
which are to be used for plotting data of class
detritals
.x
has class detritals
)type
=1), the
\(^{206}\)Pb/\(^{238}\)U age (type
=2), the
\(^{207}\)Pb/\(^{206}\)Pb age (type
=3), the
\(^{207}\)Pb/\(^{206}\)Pb-\(^{206}\)Pb/\(^{238}\)U age
(type
=4), or the (Wetherill) concordia age
(type
=5)type=4
.cutoff.disc=NA
if you do not want to use this filter.i2i
to FALSE
uses the default values
stored in settings('iratio',...)
data(examples)
cad(examples$DZ,verticals=FALSE,pch=20)
Run the code above in your browser using DataLab