Nothing
conv_2S <- function( y, mu_round, mu_round_U, pN, pS1, pS2 ) {
conv <- .Call( "convolution_2S_cpp", y, mu_round, mu_round_U, pN, pS1, pS2, PACKAGE="mosaics" )
return(conv)
}
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.