similar to: problem with plot(...., xlim=c(5,0)) (PR#480)

Displaying 20 results from an estimated 7000 matches similar to: "problem with plot(...., xlim=c(5,0)) (PR#480)"

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
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
2000 Jul 10
3
help page typos (PR#599)
A couple of help page typos that I came across: 1. help(sample) Arguments: x: Either a (numeric, complex, character or logical) vector of more than one elements from which to choose, or a positive ^ [element] 2. help(delay) Description: `delay' creates a promise to evaluate the given expression in the
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
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
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
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 -----
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"
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?);
2000 Aug 21
4
symbols: xlim and ylim cannot be specified (PR#639)
symbols(iris[,1],iris[,2],rectangles=as.matrix(iris[,3:4]),inches=0.3, ylim=c(1,5)) Error in plot.default(NA, NA, type = "n", ylim = ylim, xlim = xlim, xlab = xlab, : formal argument "ylim" matched by multiple actual arguments Since plot is called inside symbols, with specified xlim and ylim, any specification through ,... hurts this call. I am pretty sure that you
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
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
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]
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 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]
2000 Jun 25
1
possible bug, anova.glm(), family="gaussian" (PR#579)
Dear R team, I don't get what I think I should get when using anova.glm() with family="gaussian" -- please ignore this and forgive me if this turns out to be another example of a fundamental misunderstanding on my part (a highly likely event!) For example: S <- as.factor(rep(c(rep("m",2),rep("f",2)),2)) A <-