Displaying 1 result from an estimated 1 matches for "60000x3".
Did you mean:
600003
2007 Dec 18
1
3d plotting
I am trying to dp a 3d plot.
I tried persp but my data is not a matrix.
the 3dplot function returns this error, (list) object cannot be coerced to 'double'
heres my code,
td<-read.csv("td.csv", header=TRUE)
price<-read.csv("price.csv", header=TRUE)
contractdate<-read.csv("contractdate.csv", header=TRUE)
library(rgl)