t;- nmai[4L] + max(linch + goffset, 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
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
https://stat.ethz.ch/mail
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"
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
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,
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
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
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
?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} i
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 look
ly) avoid ':::'
adQuote <- function (x) paste("\"", x, "\"", sep = "")
dfile <- file.path(tempdir(), "test.dat")
cfile <- file.path(tempdir(), "test.sas")
write.foreign(d, datafile = dfile, codefile = cfile,
pack
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-p
12 matches
Mail list logo