"Latest version" is a tad non-specific. The help page for (my) package
rmeta, version 2.15 (download and compiled today) says:
Usage
forestplot(labeltext, mean, lower, upper, align = NULL, is.summary =
FALSE, clip = c(-Inf, Inf), xlab = "", zero = 0, graphwidth = unit(2,
"inches"), col = meta.colors(), xlog = FALSE, xticks=NULL,
boxsize=NULL,...)
--
> sessionInfo()
R version 2.8.1 Patched (2009-01-19 r47650)
i386-apple-darwin9.6.0
locale:
en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] grid stats graphics grDevices utils datasets
methods base
other attached packages:
[1] rmeta_2.15 zoo_1.5-5
loaded via a namespace (and not attached):
[1] lattice_0.17-20 tools_2.8.1
--
David Winsemius, MD
Heritage Laboratories
West Hartford, CT
On Mar 21, 2009, at 2:01 PM, Gerard Smits wrote:
Hi David,
I just checked to make sure I had the latest version. I see no
boxsize option in the forestplot function parameters or any other
place in the code.
function (labeltext, mean, lower, upper, align = NULL, is.summary =
FALSE,
clip = c(-Inf, Inf), xlab = "", zero = 0, graphwidth = unit(2,
"inches"), col = meta.colors(), xlog = FALSE, xticks = NULL,
...)
{
Thanks,
Gerard
At 10:32 AM 3/21/2009, David Winsemius wrote:
if (!is.null(boxsize))
info <- rep(boxsize, length = length(info))
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.