Re: [Rd] wish: exportClassPattern

2008-11-21 Thread Prof Brian Ripley
Michael, This seems a reasonable request, but most of us will not have enough classes in a package for it to make a difference. A patch to do this would certainly speed up implementation. On Fri, 21 Nov 2008, Michael Lawrence wrote: It would be nice to have a more convenient means of export

[Rd] wish: exportClassPattern

2008-11-21 Thread Michael Lawrence
It would be nice to have a more convenient means of exporting multiple classes from a package namespace. Why not have something like exportClassPattern() that worked like exportPattern() except for classes? Thanks, Michael [[alternative HTML version deleted]]

Re: [Rd] Wishlist: fix error in documentation for body<- (PR#13318)

2008-11-21 Thread Peter Dalgaard
[EMAIL PROTECTED] wrote: Full_Name: Fabian Scheipl Version: 2.8.0 OS: Windows, Linux Submission from: (NULL) (138.246.7.150) It seems to me that the documentation for body<- is wrong. The help file for body(fun, envir = environment(fun)) <- value says that: value can be an expression or a

[Rd] Wishlist: fix error in documentation for body<- (PR#13318)

2008-11-21 Thread fabian . scheipl
Full_Name: Fabian Scheipl Version: 2.8.0 OS: Windows, Linux Submission from: (NULL) (138.246.7.150) It seems to me that the documentation for body<- is wrong. The help file for body(fun, envir = environment(fun)) <- value says that: value can be an expression or a list of R expressions. Thi

[Rd] cex.lab etc. ignored in plot.ts for multiple plots (PR#13315)

2008-11-21 Thread yan
Full_Name: Yan Wong Version: 2.8.0 OS: Mac OS X 10.4 Submission from: (NULL) (78.149.183.231) When plotting multiple time series in a single plot, via plot.ts(plot.type="multiple"), the cex.lab, col.lab, and font.lab arguments are ignored > plot(ts(data.frame(a=1:10, b=1:10)), plot.type="single"

[Rd] edge label position in plot.dendrogram(..., horiz=T) (PR#13313)

2008-11-21 Thread yan
Full_Name: Yan Wong Version: 2.8.0 OS: Mac OS X 10.4 Submission from: (NULL) (78.149.183.231) Using R 2.8.0 under Mac OS X, I find that edge labels do not change position to account for the "horiz" argument of plot.dendrogram, for example > d <- as.dendrogram(hclust(dist(list(a=1,b=2,c=4,d=5)))

Re: [Rd] dchisq hangs in infinite loop (PR#13309)

2008-11-21 Thread maechler
> "jl" == josef leydold <[EMAIL PROTECTED]> > on Thu, 20 Nov 2008 19:15:18 +0100 (CET) writes: jl> Full_Name: Josef Leyold jl> Version: 2.9.0 (2008-11-20 r46997) jl> OS: Linux jl> Submission from: (NULL) (137.208.56.12) jl> Hi, jl> the command jl> dchis

Re: [Rd] Label justification (axis) (PR#13307)

2008-11-21 Thread Kjell Konis
If you want to change the orientation of the axis labels you use las. If you want to change the horizontal justification of the axis labels you use hadj. If you want to change the orientation of the axis labels and the horizontal justification of the axis labels then you use las and hadj at

Re: [Rd] Label justification (axis) (PR#13307)

2008-11-21 Thread Prof Brian Ripley
Can you please provide a complete reproducible example, including the device used. E.g. quartz() # or X11() plot(1:200, yaxt="n", type="n") axis(side=2, at=c(0,50,100,125), lab=c("0","50","100"," "), las=1) does not work as you describe (R 2.8.0 in R.app, Mac OS 10.5.5). On Thu, 20 Nov 2008, [

[Rd] Label justification (axis) (PR#13307)

2008-11-21 Thread martin . bader
Full_Name: Martin Karl-Friedrich Bader Version: 2.8.0 OS: 10.5.3 Submission from: (NULL) (131.152.1.1) Hi there, when using las=1 on the y-axis the labels keep their centered justification, e.g. if you plot a graph using the axis command: axis(side=2, at=c(0,50, 100, 125), lab=c("0","50","100",

[Rd] dchisq hangs in infinite loop (PR#13309)

2008-11-21 Thread josef . leydold
Full_Name: Josef Leyold Version: 2.9.0 (2008-11-20 r46997) OS: Linux Submission from: (NULL) (137.208.56.12) Hi, the command dchisq(x=Inf,df=10,ncp=1) causes R to hang in an (almost?) infinite loop. It also happens for x=1.e50. Josef p.s. the problem also occurs in version 2.7.2 > R.versi