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.

4 results for “from:Marcus Leinweber”

grep negation
Marcus Leinweber · Jun 23, 2005 · r-help

hi, using the example in the grep help: txt <- c("arm","foot","lefroo", "bafoobar") i <- grep("foo",txt); i [1] 2 4 but how can i get the negation (1,3) when looking for 'foo'? thanks, m.

text colour in legend
Marcus Leinweber · Nov 5, 2004 · r-help

hello, the following example gives a plot with a legend: plot(-10:10,-10:10,type="n") x=1:10 y=1:10 tt=c("A","B","C","D","E","F") text(x,y,tt,cex=.8) legend(-10,10...

how to clear screen in R-console?
Marcus Leinweber · Feb 17, 2006 · r-help

have already tried this? http://finzi.psych.upenn.edu/R/Rhelp02a/archive/55752.html m. > -----Original Message----- > From: r-help-bounces at stat.math.ethz.ch > [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Michael > Sent...

export files - write.table
Marcus Leinweber · Feb 13, 2006 · r-help

Ana, the following code may help: teste="P:/test" cc="pt" yy="03" data=matrix(1:12,3,4) dir=paste(teste,cc,yy,sep="/") # does directory already exist? if not, then create it if (!is.null(try(setwd(dir...

Can't find what you're looking for? Try searching with Google .