[R] code for latex function in Hmisc
Brian Quinif
bquinif at gmail.com
Mon May 1 23:21:05 CEST 2006
Forgive my ignorance, but how I can take a look at the code for the
latex function in the Hmisc library?
I tried just typing "latex" but all I got was this:
> latex
function (object, title = first.word(deparse(substitute(object))),
...)
{
if (!length(oldClass(object)))
oldClass(object) <- data.class(object)
UseMethod("latex")
}
What should I do?
Thanks,
BQ
More information about the R-help
mailing list