Re: [R] lattice.wireframe missing wireframe

2011-02-23 Thread David Winsemius
On Feb 23, 2011, at 5:47 AM, Michael Bach wrote: Hello Everyone, I am using R ver. 2.10.1 (2009-12-14). I installed lattice today via install.packages. I am doing this minimal example: M = read.csv("/path/to/csv") cloud(x ~ y * z, data = M) this correctly gives me a scatterplot of the cs

[R] lattice.wireframe missing wireframe

2011-02-23 Thread Michael Bach
Hello Everyone, I am using R ver. 2.10.1 (2009-12-14). I installed lattice today via install.packages. I am doing this minimal example: M = read.csv("/path/to/csv") cloud(x ~ y * z, data = M) this correctly gives me a scatterplot of the csv data which has 3 columns. Every column contains 1800