[R] What's the meaning of "Species ~ ." in IRIS data

Gundala Viswanath gundalav at gmail.com
Wed Sep 29 16:51:57 CEST 2010


I am refering to a function call like this:

>data(iris)
>x <- svmlight(Species ~ ., data = iris)

I tried to see the content of it by typing:

> Species ~ .

but it gives nothing.  How can I see it's content ?

- P.Dubois



More information about the R-help mailing list