Nothing
`panel.ordi3d` <-
function(x, y, z, aspect, ...)
{
dx <- diff(range(x))
dy <- diff(range(y))
dz <- diff(range(z))
aspect <- c(dy/dx, dz/dx)
panel.cloud(x = x, y = y, z = z, aspect = aspect, ...)
}
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.