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
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]]
[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
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
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"
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)))
> "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
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
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, [
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",
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
11 matches
Mail list logo