Hi Julian,
As I don't have access to "datos", I had to make it up. The following does
what I expected.
library(scatterplot3d)
#datos<-read.csv("C:\\prueba.csv",sep=",",header=TRUE)
#str(datos)
datos<-data.frame(Bx=runif(40),e=runif(40),t=runif(40))
scatterplot3d(datos)
s3d<- scatterplot3d(datos, t
Please do not post in HTML. Your post is gibberish.
Also please have a look at
http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example
and/or http://adv-r.had.co.nz/Reproducibility.html for some suggestions on
asking questions in R-help.
John Kane
Kingston ON Cana
2 matches
Mail list logo