Nothing
require(symbolicDA)
data("cars",package="symbolicDA")
sdt<-cars
r<- HINoV.SDA(sdt, u=5, distance="U_3")
print(r$stopri)
plot(r$stopri[,2], xlab="Variable number", ylab="topri",
xaxt="n", type="b")
axis(1,at=c(1:max(r$stopri[,1])),labels=r$stopri[,1])
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.