[Rd] pch=NA (PR#7737)

2005-03-21 Thread arnima
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

[Rd] Documentation typos (PR#7693)

2005-02-17 Thread arnima
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

[Rd] Print()ing Latin 1 in console (PR#7452)

2004-12-27 Thread arnima
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:

[Rd] Typo in R-lang (PR#6897)

2004-05-20 Thread arnima
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 __

Re: [Rd] windows(record=T) loses last plot (PR#3663)

2004-05-08 Thread arnima
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

[Rd] boxplot documentation (PR#6833)

2004-04-27 Thread arnima
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.

[Rd] boxplot graphical arguments (PR#6832)

2004-04-27 Thread arnima
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

[Rd] Unpredictable EPS->PDF rotation (PR#4460)

2003-10-07 Thread arnima
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"

[Rd] windows(record=T) loses last plot (PR#3663)

2003-08-07 Thread arnima
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

[Rd] Minor error in area() documentation (PR#3378)

2003-07-02 Thread arnima
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

[Rd] library(grid) : .First.lib fails (PR#3347)

2003-06-26 Thread arnima
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

[Rd] POSIX problem in New Zealand (PR#2570)

2003-02-20 Thread arnima
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(