Print Compact Overview of a Nested Archimedean Copula ("nacopula")
printNacopula(x, labelKids=NA, deltaInd=, indent.str="", digits=getOption("digits"), width=getOption("width"), ...)
x |
an R object of class |
labelKids |
logical specifying if child copulas should be labeled;
If |
deltaInd |
by how much should each child be indented more
than its parent? (non-negative integer). The default is three
with |
indent.str |
a |
digits, width |
number of significant digits, and desired print
width; see |
... |
potentially further arguments, passed to methods. |
invisibly, x
.
C8 <- onacopula("F", C(1.9, 1, list(K1 = C(5.7, c(2,5)), abc= C(5.0, c(3,4,6), list(L2 = C(11.5, 7:8)))))) C8 # -> printNacopula(C8) printNacopula(C8, delta=10) printNacopula(C8, labelKids=TRUE)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.