[R] What is a expression good for?

Alberto Monteiro albmont at centroin.com.br
Wed Feb 28 22:02:46 CET 2007


I mean, I can generate a expression, for example, with:

z <- expression(x+y)

But then how can I _use_ it? Is it possible to retrieve
information from it, for example, that z is a sum, its
first argument is x (or expression(x)) and its second
argument is y?

Alberto Monteiro



More information about the R-help mailing list