Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
How about replacing "/t" by "\t" ? Jerome
Also look at ecdf() from package "stepfun". HTH, Jerome Asselin
Forgot to mention... I'm using R 1.7.1 on Red Hat Linux 7.2.
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110516/ced8edfd/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110516/77872782/attachment.pl>
Another easy fix for legend() with trace=TRUE would be to replace "...)" by ", ...)" in this code: [...] if (trace) catn(" rect2(", left, ",", top, ", w=", w, ", h=", h, "...)", sep = "") [...] Cheers, Jerome
On May 7, 2003 03:09 pm, joao sato wrote: > Hi!How could I perform a ANOVA with Mixed Effects and Repeated Measures > using R?Thanks!!! Best RegardsJo?o Ricardo SatoBRAZIL > See ?lme in package "nlme".
On Wed, 2011-05-04 at 22:41 +0300, johannes rara wrote: > I have a string like this > > st <- "SELECT COUNT(empid), COUNT(mgrid), COUNT(empname), > COUNT(salary), FROM Employees" > > How can I remove the last comma before the FROM...
Full_Name: Jerome Asselin Version: 1.8.0 OS: RedHat Linux 7.2 Submission from: (NULL) (142.103.177.13) I would not expect a segmentation fault; perhaps an error message. > .Call("log") Segmentation fault This is always reproducable for...
Full_Name: Jerome Asselin Version: 1.6.2 OS: RedHat Linux 7.2 Submission from: (NULL) (142.103.173.179) In the following example, the line type lty=2 does not show properly across the entire line. x <- c(seq...
Yes. See ?plot, ?segments, ?lines, and in particular see the help on the "col" option in ?par. HTH, Jerome On July 23, 2003 03:13 pm, Heinrich Kestler wrote: > Hi, > is it possible to generate differently colored error bars in...
See ?mtext On July 30, 2003 10:24 am, Jorge A Ahumada wrote: > If you have a graph with two y-axes like: > > plot(...) #1st graph > par(new=T) > plot(.....,axes=F,xlab="",ylab="") #plot second > axis(4) # put axes...
as.vector(rbind(x,z)) or c(rbind(x,y)) saves you one step. Don't know if there's a better solution. HTH, Jerome On August 20, 2003 02:16 pm, Murray Jorgensen wrote: > I want to interlace two...
Hope this helps. Jerome > plot(0:1,0:1) > par()$usr [1] -0.04 1.04 -0.04 1.04 On Monday 24 February 2003 11:06, Jason Bond wrote: > Hello. I was wondering how one can find the exact...
Full_Name: Jerome Asselin Version: 1.7.1 OS: Red Hat Linux 7.2 Submission from: (NULL) (24.77.125.119) Setting the parameter na.action=na.omit should remove incomplete records in princomp. However this does not seem to...
In addition to the previous replies, see the r-help thread on "pretty onscreen plots": http://finzi.psych.upenn.edu/R/Rhelp02/archive/12254.html HTH, Jerome On August 6, 2003 08:47 am, Yao, Minghua wrote: > All, > > Anybody can...
See ?device . Hope this helps, Jerome On July 13, 2003 03:48 pm, Tor A Strand wrote: > I am a novice > > Is there any way of automatically save a plot to an image file. I want > to generate images of...
On Fri, 2006-10-27 at 19:04 +0200, Christian Hager wrote: > No all queries are finished. Then, I don't know. Can you write and send a short code example which reproduces the problem on your side so we...
See ?matplot. On May 13, 2003 11:21 am, Sangeeta Pratap wrote: > Content-Length: 800 > Status: R > X-Status: N > > > We were wondering if there was a simple way to plot two series, say y > and z, against a series...
Use text(). x <- rnorm(10); y <- rnorm(10) plot(x,y,type="n") text(x,y,rep(c("te","tr"),each=5)) Cheers, Jerome On July 22, 2003 09:59 am, Luis Miguel Almeida da Silva wrote: > Dear helpers > > Is...
Can't find what you're looking for? Try searching with Google .