Skip to content

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.

27 results for “from:Benno Pütz”

Pattern Matching
Benno Pütz · Mar 2, 2014 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20140302/a3105078/attachment.pl>

Median computation
Benno Pütz · May 23, 2012 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120523/1101f808/attachment.pl>

PDF Compression
Benno Pütz · Jul 30, 2009 · r-help

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>

Execute a function
Benno Pütz · Jul 20, 2012 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120720/7807442e/attachment.pl>

how to unzip files in R
Benno Pütz · Feb 1, 2012 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120201/894eb135/attachment.pl>

how to inspect content of save file
Benno Pütz · Apr 21, 2009 · r-help

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>

how to inspect content of save file
Benno Pütz · Apr 22, 2009 · r-help

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>

how to inspect content of save() file
Benno Pütz · Apr 26, 2009 · r-help

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>

Positioning text in top left corner of plot
Benno Pütz · Feb 7, 2012 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120207/2e137e94/attachment.pl>

how to overwrite a Unary operator ?
Benno Pütz · Oct 17, 2014 · r-help

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...

slicing list with matrices
Benno Pütz · Nov 17, 2010 · r-help

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...

'for' loop, two variables
Benno Pütz · Jul 29, 2008 · r-help

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...

Sweave and transparent PDF?
Benno Pütz · Nov 4, 2004 · r-help

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...

how to inspect content of save() file
Benno Pütz · Apr 22, 2009 · r-help

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...

Sweave and transparent PDF?
Benno Pütz · Nov 5, 2004 · r-help

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...

Determine area between two density plots
Benno Pütz · Sep 23, 2010 · r-help

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...

How to unzip a .gz file
Benno Pütz · Feb 10, 2015 · r-help

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...

How to plot shades between curves?
Benno Pütz · Oct 18, 2015 · r-help

> > 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...

Sweave counter
Benno Pütz · May 18, 2010 · r-help

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...

Text annotation of a graph
Benno Pütz · Aug 5, 2011 · r-help

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 .