I'd like to suggest changes to three help pages, regarding the use of
pch=NA to suppress plotting symbols. See below.
Arni
R 2.0.1 on WinXP
===
help(bxp)
===
The argument outpch=" " needs to be replaced with outpch=NA in two places.
I actually wrote this part of the documentation myself at
There's a harmless typo in screen.Rd where "coner" should be "corner".
Nitpicking to the extreme, "ie." should be "i.e." in plotformula.Rd and
screen.Rd.
Arni
__
R-devel@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
This message is in MIME format. The first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools.
---1936847062-1954375969-1104189110=:161308
Content-Type: TEXT/PLAIN; CHARSET=iso-8859-1; FORMAT=flowed
Content-Transfer-Encoding: 8BIT
Content-ID:
I believe there's a typo in the R Language Definition 1.9.0 (2004-04-12)
draft. Around the middle of subsection 5.1 it says:
... a final search for foo.default would be made
This should probably be:
... a final search for mean.default would be made
Cheers,
Arni
__
The audit trail indicates that PR#3663 is not reproducible and/or fixed,
but I believe windows(record=T) is still not working as documented:
windows(record=T)
for(i in 1:5) plot(0, 0, cex=4, pch=as.character(i))
After cycling through the plots with PgUp and PgDn, the user finds out
that plot 5
Dear r-bugs,
The boxplot documentation states that "if outline is not true, the boxplot
lines are not drawn" but it turns out that the outliers are not drawn.
Regards,
Arni
R 1.9.0 on WinXP
__
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.
Dear r-bugs,
I'd like to be able to draw boxplots with solid or dotted whisker lines.
The lty argument is currently ignored by boxplot(), and indeed hardwired
in bxp().
It's not very difficult to customize these functions to generate various
types of boxplots, but generally it might be an idea to
Dear r-bugs,
When I create EPS files, they sometimes appear rotated in my LaTeX PDF
document and sometimes they don't. Two examples:
## x1.eps is not rotated in LaTeX
x <- seq(-1, 1, length=100)
postscript("c:/x1.eps", height=3, width=4,
horizontal=FALSE, onefile=FALSE, paper="special"
Dear r-bugs,
It seems like the windows graphics device is having problems
recording plots when they are 5, 9, 13, ... in number. Given
temp <- function(nplt)
{
if(exists(".SavedPlots")) rm(.SavedPlots,pos=1)
for(d in dev.list()) dev.off()
windows(record=T)
for(i in 1:nplt) plot(0,0,pch=as
Dear r-bugs,
The 'see also' link in help(area,html=T) is broken, see line 91 in
library/MASS/html/area.html:
"../../integrate/html/integrate.html"
should be
"../../base/html/integrate.html"
Regards,
Arni
OS: Windows XP
R:1.7.1
MASS: 7.1-8
__
[E
Dear r-bugs,
I'm having problems loading the 'grid' package when it has been detached
earlier in the same session:
> library(grid)
> detach("package:grid")
> library(grid)
Error in .Call("L_initGrid", PACKAGE = "grid") :
.Call function name not in load table
Error in library(grid) : .Firs
Full_Name: Arni Magnusson
Version: 1.6.2
OS: Windows XP
Submission from: (NULL) (210.48.49.68)
Hi there. I'm experiencing unexpected behaviour from as.POSIXct:
> as.POSIXct("1969-12-24")
[1] "1969-12-23 23:00:00 New Zealand Standard Time"
> as.POSIXlt("1969-12-24")
[1] "1969-12-24"
> as.POSIXlt(
12 matches
Mail list logo