.pairsCond()
is an internal function for plotting the pairwise
Rosenblatt transforms, i.e., the pairwise conditional distributions,
as returned by pairwiseCcop()
, via the principal function
pairsRosenblatt()
. The intention is that pairsRosenblatt()
be called,
rather than this auxiliary function.
.pairsCond(gcu.u, panel = points, colList, col = par("col"), bg = par("bg"), labels, ..., text.panel = textPanel, label.pos = 0.5, cex.labels = NULL, font.labels = 1, gap = 0, axes = TRUE, panel.border = TRUE, key = TRUE, keyOpt = list(space= 2.5, width= 1.5, axis= TRUE, rug.at= numeric(), title= NULL, line= 5), main = NULL, main.centered = FALSE, line.main = if(is.list(main)) 5/4*par("cex.main")* rev(seq_along(main)) else 2, sub = NULL, sub.centered = FALSE, line.sub = 4)
pairwiseCcop()
.pairs()
.pairsColList()
.colList
, specifying the points' color.colList
, specifying the constant
background color.pairs()
.image()
).list
of options for the color key;
FALSE
centers it according to
the pairs plot, not the whole plotting region.main.centered
.line.main
.pairsRosenblatt()
, the prinicipal function, calling
.pairsCond()
.