Nothing
test_that("No cartesian axes are supplied to a splom chart", {
p <- plot_ly(
type = 'splom',
dimensions = list(
list(values=c(1,2,3), label="A"),
list(values=c(2,5,6), label="B")
)
)
})
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.