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.
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20140302/a3105078/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120523/1101f808/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090730/50bcc2f6/attachment-0001.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120720/7807442e/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120201/894eb135/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090421/d30447d8/attachment-0001.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090422/8cf9a11b/attachment-0001.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090427/17f18af0/attachment-0001.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120207/2e137e94/attachment.pl>
On 17 Oct 2014, at 06:29, PO SU <rhelpmaillist at 163.com> wrote: > e.g. 2++ will let 2 be 3 That would not even work in C ... While I use this in C, I second Rolf on the...
Maybe lapply(l,function(x){x[1,1]}) or unlist(lapply(l,function(x){x[1,1]})) does what you want? Benno Am 17.Nov.2010 um 15:01 schrieb soeren.vogel at eawag.ch: > m <- matrix(1:9, nrow...
On 29.Jul.2008, at 14:13, ONKELINX, Thierry wrote: > Dear Frederike, > > #Both your functions are vectorized. So you don't need loops. Working > with vectorized functions is much faster than looping. > > fn <- function (x,y) { > ifelse(x>46 & x...
Hello, I have run across the following problem: Creating PDF files manually by using pdf(version=1.4) I can make graphs using the new transparency feature of R2.0. If, however, I try to create the same graphs with...
Am 22.Apr.2009 um 17:21 schrieb Dimitri Liakhovitski: > Why do you use save()? > Can't you write out data frame(s) with your variables in a .txt or a > .csv file and then read in just the variable...
Hello, I have run across the following problem: Creating PDF files manually by using pdf(version='1.4') I can make graphs using the new transparency feature of R2.0. If, however, I try to create the same graphs with...
Am 23.Sep.2010 um 18:27 schrieb Ralf B: > I wonder what the best way is to access those values. I am using the > following code: > > x1 <- c(1,2,1,3,5,6,6,7,7,8) > x2...
readLines (as well as other I/O routines) handles gzip files transparently, you should be able to simply use readLines('/home/file.gz?) Benno On 10 Feb 2015, at 22:45 , Alexandra Catena <amc5981 at gmail.com> wrote: > Hello, > > Can...
> > plot(Capa.diss,Capa.diss.age,ylim = > rev((range)(Capa.diss.age=c(min(Capa.diss.age), > 10500))),xlim=(c(0,30)),type="l") > Capa.diss2<-Capa.diss*0.7 > par(new=TRUE) > plot(Capa.diss2, Capa.diss.age, col...
Under UNIX I usually write something like system(paste("echo ' ",...,"'", sep=sep)) where I replace the '...' with whatever I need to show. This would need some adjustments for non-scalars, though. Benno Am 18.Mai.2010 um 19:10 schrieb...
Hi Lisa, On 4.Aug.2011, at 22:24, Lisa wrote: > Dear All, > > I am trying to add some text annotation to a graph using matplot() as > follows: > > vars <- c("v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v8", "v10...
Can't find what you're looking for? Try searching with Google .