trb1 <[email protected]> [Tue, Sep 28, 2010 at 12:12:01PM CEST]:
[...]
> 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.
>
Type ?paste at the prompt.
--
Johannes Hüsing There is something fascinating about science.
One gets such wholesale returns of conjecture
mailto:[email protected] from such a trifling investment of fact.
http://derwisch.wikidot.com (Mark Twain, "Life on the Mississippi")
______________________________________________
[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.