Nothing
"surCOP" <-
function(u, v, cop=NULL, para=NULL, exceedance=TRUE, ...) {
#str(cop)
if(! exceedance) {
u <- 1 - u; v <- 1 - v
}
return(u + v - 1 + cop(1-u,1-v, para=para, ...))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.