On 29/09/2010 10:51 AM, Gundala Viswanath wrote:
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 ?

str(Species ~ .) will tell you that it's a formula. The help page for the svmlight() function should tell you how it is used.

Duncan Murdoch

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to