Hi all, how can I manually create a data.frame or similar object to display in a textplot, that omits column and row numbers/headings?
Also, how can I combine several variables in text i.e. suppose I have a <- "one" b <- "two" then what expression can I place in title(main=...) in terms of a and b to give an output title of "one, two" i.e. a then b separated by a comma. Thanks -- View this message in context: http://r.789695.n4.nabble.com/Combining-two-variables-in-text-tp2716916p2716916.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ [email protected] 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.

