Skip to content
Prev 4067 / 398506 Next

R question

Dear Faheem
Faheem Mitha wrote:

            
"()" indictes that a function is called.  You can use a expression like
(get(paste( ... ))
[1]  3  4  5  6  7  8  9 10 11 12
 [1]  3  4  5  6  7  8  9 10 11 12
 [1]  3  4  5  6  7  8  9 10 11 12


A better way might be a Data.frame / matrix representation:
Vec1 Vec2 Vec3
1     3    3    3
2     4    4    4
3     5    5    5
4     6    6    6
5     7    7    7
6     8    8    8
7     9    9    9
8    10   10   10
9    11   11   11
10   12   12   12
??? Perhaps this includes a useful idea:
Vec1 Vec2 Vec3
  57   57   57

or:
Vec1 Vec2 Vec3
  57   57   57


Hope this answer will help a bit
Peter
--
** To YOU I'm an atheist; to God, I'm the Loyal Opposition. Woody Allen **
P.Malewski                                      Tel.: 0531 500965
Maschplatz 8                                    Email: P.Malewski at tu-bs.de
************************38114 Braunschweig********************************



-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._