
BiCopName(family, short = TRUE)
0
"I"
"Independence"
1
"N"
"Gaussia
short = TRUE
(default),
a short version of the corresponding character expression is returned, otherwise the long version.RVineTreePlot
# family as number
family = 1
BiCopName(family, short = TRUE) # short version
BiCopName(family, short = FALSE) # long version
# family as character expression (short version)
family = "C"
BiCopName(family) # as number
# long version
family = "Clayton"
BiCopName(family) # as number
Run the code above in your browser using DataLab