library (lattice)
data(iris)
head(iris)
scatterplot3d(x,y=NULL,z=NULL)
scatterplot3d(iris[,1:3])

Embed on website

To embed this program on your website, copy the following code and paste it into your website's HTML: