Nothing
.self_intersection <- function(x, y) {
x <- convert_to_sparse(x)
y <- convert_to_sparse(y)
self_intersection_C(x_i = x@i,
x_p = x@p,
y_i = y@i,
y_p = y@p)
}
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.