Displaying 20 results from an estimated 10000 matches similar to: "help page typos (PR#599)"
1999 Nov 10
2
R.bug.report (PR#315)
Again I would like to express my deepest appreciation to all those
working so selflessly on the development of R for us all to use it
freely (and it is such a joy to use!)
Rashid Nassar
== Possible bug:
1.
boxplot()
This is an old behavior that I had reported before, but as it is still
there, it may not ba a bug (although it looks like one to me). "qfcut"
is numeric, "st"
1999 Dec 26
3
coredump with plot(x,y,pch="+",cex=2.2) (PR#389)
Core dumped when plot() is used with pch="c" & cex > 2, e.g.,
plot(1,1, pch="+", cex=2.2)
Thank you and best wishes for 2000!
Rashid Nassar
--please do not edit the information below--
Version:
platform = i586-unknown-linux
arch = i586
os = linux
system = i586, linux
status =
major = 0
minor = 90.1
year = 1999
month = December
day = 15
language = R
2000 Jul 09
1
minor typos in help pages (PR#598)
Dear R Team,
A few monor typos in help pages that I noticed.
Thank you very much.
Rashid Nassar
1.
help(gl)
Examples:
# First control, then treatment:
gl(2,8, label=c("Ctnrl","Treat"))
^^^^
I assume "Cntrl" is meant.
==========================================
2.
help(pmatch)
Details:
The behaviour
2000 Jun 02
1
problem loading packages (PR#559)
Dear R team,
I had a strange problem that appeared suddenly, and which I'd like to
to mention in case it is of interest (although I suspect that I
may have unwittingly done something dumb: if so please accept my apology)
> library(ctest) ## or any package other than "oz" that I tried
Error in as.character(table) : Object ".Dyn.libs" not found
> traceback()
[1]
2004 Sep 16
4
FW: How do I insert a newline in my title in a plot?
yes I have tries, and nothing. It just shows the strings with the slashn,
just like i typed it.
-----Original Message-----
From: Rashid Nassar [mailto:rnassar at duke.edu]
Sent: ÐÝì?ôç, 16 Óå?ôåìâñßïõ 2004 15:44
To: Christos Rodopoulos
Subject: Re: [R] How do I insert a newline in my title in a plot?
Have you not tried what you have already suggested:
title("this is a title\nIn 2
2001 Sep 23
1
plot and lm (2)
Thanks for your reply Nassar.
What I really want is to overlay (like add=TRUE) the plots 1 and 2. With
plots "at the same screen" I meant overlaid and not one beside the other,
i.e., only one plot with all the points (1 to 10) in blue (or any other
color), the points 5 to 9 in red and a regression line from points 5 to 9.
Best regards,
Antonio Olinto
----- Original Message -----
2000 Mar 13
3
problem with plot(...., xlim=c(5,0)) (PR#480)
plot(1:4,1:4,xlim=c(5,0),ylim=c(5,0))
shows axis labels as:
| | | | | |
0
rather than
| | | | | |
5 4 3 2 1 0
as I believe it used to do in some earlier version.
Thank you for R.
Rashid Nassar
--please do not edit the information below--
Version:
platform = i586-unknown-linux
arch = i586
1999 Apr 07
2
Bug list summary (automatic post)
=================================================
This is an automated summary of the status of the R-bugs
repository.
Note that this may be neither complete nor perfectly
correct at any given instance: Not all bugs are reported,
and some reported bugs may have been fixed, but the
repository not yet updated.
Some bug fixes are difficult to verify because they pertain
to specific hardware or
2003 Mar 15
3
round() seems inconsistent when rounding 5s
It may be my lack of unerstanding, but round() seems to me to give
inconsistent results when rounding 5s as in the following examples?
> round(1.45, 1)
[1] 1.4 # OK
> round(2.45, 1)
[1] 2.5 # shouldn't this be 2.4?
> round(1.05, 1)
[1] 1.1 # 1.0 ?
and signif():
> signif(2.445, 3)
[1] 2.44 # OK
> signif(3.445, 3)
[1]
1998 Jul 05
2
R-beta: R 0.61.1 model.matrix(), etc.
1. THANK YOU! to all who make R possible. It is a real joy to use.
2. The following may or may not be (minor) bugs, but I thought I'd mention
them anyway:
(a) model.matrix() seems unduly finicky: it seems to accept only "simple"
variable names (x1, but not, say, dframe$x1 or I(x1^2), for example) in
its argument. model.frame(), however, has no problem with these.
(b) If A is a
1999 Nov 07
1
Bug list summary (automatic post)
=================================================
This is an automated summary of the status of the R-bugs
repository.
Note that this may be neither complete nor perfectly
correct at any given instance: Not all bugs are reported,
and some reported bugs may have been fixed, but the
repository not yet updated.
Some bug fixes are difficult to verify because they pertain
to specific hardware or
1999 Dec 07
1
Bug list summary (automatic post)
=================================================
This is an automated summary of the status of the R-bugs
repository.
Note that this may be neither complete nor perfectly
correct at any given instance: Not all bugs are reported,
and some reported bugs may have been fixed, but the
repository not yet updated.
Some bug fixes are difficult to verify because they pertain
to specific hardware or
1998 Jul 28
1
R-beta: feedback R-0.62.2
Some observations as feedback on minor points that I came across
while enjoying [R-0.62.2]:
1. par(bty="n"): sometimes (depending on data) points appear to
"spill out" of the plot using default xlim and ylim values (are default
axes a bit too short?)
2. points(x,y,pch="c") allows points to plot outside existing plot
box (an interesting feature, but may be a bug?);
1999 Aug 21
2
Bug list summary (automatic post)
=================================================
This is an automated summary of the status of the R-bugs
repository.
Note that this may be neither complete nor perfectly
correct at any given instance: Not all bugs are reported,
and some reported bugs may have been fixed, but the
repository not yet updated.
Some bug fixes are difficult to verify because they pertain
to specific hardware or
1999 Oct 07
1
Bug list summary (automatic post)
=================================================
This is an automated summary of the status of the R-bugs
repository.
Note that this may be neither complete nor perfectly
correct at any given instance: Not all bugs are reported,
and some reported bugs may have been fixed, but the
repository not yet updated.
Some bug fixes are difficult to verify because they pertain
to specific hardware or
1999 Nov 20
1
seg.fault: 'print(aggregate(),n)' (digits= omitted) (PR#330)
Dear Sirs,
I had the following (reproducible) problem:
g1 <- gl(3,4)
g2 <- gl(2,2,12)
y <- rnorm(12)
AA <- aggregate(y,list(g1,g2),mean)
print(AA,2) # I should've said 'digits=2' but ...
Segmentation fault (core dumped)
# print(AA) and print(AA,digits=2) work as expected
Many thanks, -Rashid Nassar
--please do not edit the information below--
2000 Jun 25
1
dotplot() colors reversed (PR#580)
dotplot() colors are plotted (probably unintentionally?) in reverse order.
x <- c(rep(1,3),rep(2,3),rep(3,3))
dotplot(x,groups=factor(x),col=x) # 1 plotted with col=3, etc.
Thank you very much.
Rashid Nassar
--please do not edit the information below--
Version:
platform = i586-pc-linux-gnu
arch = i586
os = linux-gnu
system = i586, linux-gnu
status =
major = 1
minor = 1.0
2001 Dec 10
1
boxplot labels incorrect when horizontal = TRUE (PR#1207)
#Example:
y <- rnorm(10)
group <- gl(2,5)
plot(y ~ group, horizontal = TRUE) # BUG: default xlab & ylab interchanged
plot(y ~ group, horizontal = FALSE) # OK: supplies correct default xlab & ylab
# Using boxplot() instead of plot() omits default axis labels altogether
# (not sure if this is intentional):
boxplot(y ~ group, horizontal = FALSE) # no default axis labels supplied
1999 Mar 05
1
typos
R version: RW0632
1. gnlm package, nlr() error message:
"Last global step failed to locate a point lower than x.
Either x is an approximate local minimum of the function,
the function is too non-linear for this algorithm,
or steptl is too large."
last line: steptol (also, should it read "steptol is too small?")
2. help(glm)
" Fitting Generalized Linear Models
1999 Dec 01
1
odd result of length() with factor arguments with NA (PR#354)
The following looks odd to me, but it may well be that I'm doing
something I shouldn't:
x <- c(rep("a",5),NA,rep("b",7))
X <- as.factor(x)
length(X)
# [1] 13
length(X[X=="a"])
# [1] 6 I expected 5
length(X[X=="b"])
# [1] 8 I expected 7
length(X[is.na(X)])
# [1] 1 yes
length(X[X=="d"])
# [1]