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
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
2 matches
Mail list logo