Displaying 3 results from an estimated 3 matches for "jjonphl".
2012 Aug 16
4
Variables and greek letters in a plot title
Hello
This is a problem I encountered repeatedly and I found no answer that made
me really happy. I hope it is not too trivial.
I would like to give the concentration of a substance in a plot title:
5 ug/ml substance
the '5' would be a variable and the ug should be micrograms (with greek
letter mu). It is the mu that causes the problems for me. I failed using
various combinations of
2006 Jul 03
2
Package Unit Testing
Hello,
Do we have like an official unit testing framework for packages? Like
we do R CMD check, and say the scripts in <pkg>/test are executed? Or
do we roll out our own outside the package?
Thanks,
M. Manese
2007 Jul 11
1
Getting param names of primitives
Hi,
In the latest R this does not work anymore
args <- formals(log)
because log is primitive. Is there any other way to get the argument
list? I just need the name of the parameter to display some error
message about it. I have looked at args() but I can't find anything to
extract the argument names from it.
Thanks,
M. Manese