View source: R/cyl_rot_combine.R
cyl_rot_combine | R Documentation |
cyl_rot_combine
' ObjectsConstructs a circular-linear copula of class
'cyl_rot_combine
' from linear combinations
of copulas.
cyl_rot_combine(copula, shift = FALSE)
copula |
linear-linear 2-dimensional ' |
shift |
logical value indicating whether the (u-periodic) copula should be shifted by 0.5 in u direction. |
An R object of class 'cyl_rot_combine
'.
Nelsen2006cylcop
\insertRefHodelapplcylcop
\insertRefHodelmethodcylcop
cop <- cyl_rot_combine(copula = copula::frankCopula(param = 3), shift = TRUE) if(interactive()){ plot_cop_surf(copula = cop, type = "pdf", plot_type = "ggplot", resolution = 20) } cop <- cyl_rot_combine(copula = copula::claytonCopula(param = 10), shift = FALSE) if(interactive()){ plot_cop_surf(copula = cop, type = "pdf", plot_type = "ggplot", resolution = 20) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.