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 ______________________________________________ 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.