Re: [R] How many R packages?

2008-02-12 Thread Fernando Mayer
?packageStatus gives you relevant information. Something like: options(repos = "http://your.favorite.cran.mirror";) pS <- packageStatus() pS And there's also a summary method with more detailed information: summary(pS) HTH, Fernando Mayer. Muenchen, Robert A (Bob) escreveu

Re: [R] Ecological Detective worked solutions [R-wiki]

2008-01-05 Thread Fernando Mayer
This is really great. It will be very usefull. Thanks for that! Fernando Mayer. On Jan 5, 2008 12:10 PM, Tyler Smith <[EMAIL PROTECTED]> wrote: > Hi, > > I've added several pages of worked solutions for the book Ecological > Detective by Hilborn and Mangel to the R-wik

Re: [R] combine mathematical expressions with plain text

2007-09-20 Thread Fernando Mayer
Hi, have you tried: mtext(expression(bar(x) == 3.07), ...) or mtext(bquote(bar(x) == 3.07), ...) ? Fernando Mayer. squall44 escreveu: > Hello, > > I would like to create a mtext. The argument 'text' should combine the > mathematical expressions 'bar' with t