[Rd] dotchart.R and left margin

2013-07-01 Thread Stephen Weigand
, ginch) + 0.1 par(mai = nmai) } Thank you, Stephen Weigand -- Rochester, Minn. USA __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] Small typo in abline.R

2010-03-29 Thread Stephen Weigand
I found a small typo in abline.R where the line: warning(only using the first two of ,p, regression coefficients) should have a space before the word 'regression'. Thanks, Stephen __ R-devel@r-project.org mailing list

[Rd] 'sep' argument in reshape()

2009-03-31 Thread Stephen Weigand
I wonder if the 'sep' argument in reshape() is being ignored unintentionally: ## From example(reshape) df - data.frame(id=rep(1:4,rep(2,4)), visit=I(rep(c(Before,After),4)), x=rnorm(4), y=runif(4)) reshape(df, timevar=visit, idvar=id, direction=wide, sep = _)

[Rd] X11.Rd has a dead link

2009-03-03 Thread Stephen Weigand
In X11.Rd the Resources section has the following dead link: http://web.mit.edu/answers/xwindows/xwindows_resources.html I never saw the target document but is this its new URL: http://kb.mit.edu/confluence/pages/viewpage.action?pageId=3907291 Thank you, Stephen -- Rochester, Minn. USA

[Rd] beta symbol cut off in y axis label using jpeg/png/tiff

2008-10-17 Thread Stephen Weigand
I am having trouble showing the Greek symbol beta correctly in the y-axis label of bitmap plots. Specifically, on my system the top of the beta symbol is cut off using the following example: file.jpg - paste(tempfile(), .jpg, sep = ) jpeg(file.jpg, h = 3, w = 3, units = in, res = 300, type =

[Rd] Typo in x11.Rd

2008-09-30 Thread Stephen Weigand
Hi, There is a double the in x11.Rd: ...which is faster will depend on the the X11 connection Thank you, Stephen -- Rochester, Minn. USA __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] Typo in cut.Rd

2008-09-15 Thread Stephen Weigand
In the \seealso section of cut.Rd, can \pkg{hmisc} be changed to \pkg{Hmisc}? Thanks, Stephen -- Rochester, Minn. USA __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] Typo in proc.time.Rd

2008-08-14 Thread Stephen Weigand
There's a small typo in proc.time.Rd: \sQuote{system lime} should be \sQuote{system time} Thanks, Stephen -- Rochester, Minn. USA __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] Typo in barplot.Rd

2007-07-31 Thread Stephen Weigand
?barplot seems to be missing the word have below (so that it reads Specifying a single value will have no visible effect...): \item{width}{optional vector of bar widths. Re-cycled to length the number of bars drawn. Specifying a single value will no visible effect unless \code{xlim} is

[Rd] ansari.test.default: bug in call to uniroot?

2007-03-29 Thread Stephen Weigand
A recent message on ansari.test() prompted me to play with the examples. This doesn't work for me in R version 2.4.1 R ansari.test(rnorm(100), rnorm(100, 0, 2), conf.int = TRUE) Error in uniroot(ab, srange, tol = 1e-04, zq = qnorm(alpha/2, lower = FALSE)) : object ab not found It looks

[Rd] Tiny typo in ?sprintf

2006-01-27 Thread Stephen Weigand
: if not the unnumbered ones process the arguments in order. See the examples. Thank you, Stephen :: Stephen Weigand Division of Biostatistics Mayo Clinic Rochester, Minn., USA Phone (507) 266-1650, fax 284-9542 __ R-devel@r-project.org