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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.