?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
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
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
3 matches
Mail list logo