[R] text() does not handle lists of expressions

Deepayan Sarkar deepayan at stat.wisc.edu
Mon Apr 26 15:34:50 CEST 2004


On Monday 26 April 2004 08:08, Tamas Papp wrote:
> Hi,
>
> text() does not work for lists of expressions.  To demonstrate:
>
> ee <- list(expression(b[1]), expression(b[2]))

Have you tried 

ee <- expression(b[1], b[2])

instead ?

Deepayan




More information about the R-help mailing list