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.

299 results for “from:Philipp Pagel”

Removing
Philipp Pagel · Aug 21, 2008 · r-help

> Ill[Ill != "No"] My entry for the obfusacted R-contest: IlI<-'No';Ill[Ill!=IlI] SCNR Philipp -- Dr. Philipp Pagel Lehrstuhl f?r Genomorientierte Bioinformatik Technische Universit?t M?nchen Wissenschaftszentrum Weihenstephan 85350 Freising, Germany http://mips.gsf.de/staff...

Cairo graphics
Philipp Pagel · Jul 24, 2008 · r-help

> What are Cairo graphics and how to find out about them, please? http://www.google.de/search?hl=de&q=cairo+graphics cu Philipp -- Dr. Philipp Pagel Lehrstuhl f?r Genomorientierte Bioinformatik Technische Universit?t M?nchen Wissenschaftszentrum Weihenstephan 85350...

Scripting help
Philipp Pagel · Sep 15, 2010 · r-help

Oh - and also have a look at the R graph gallery for inspiration: http://addictedtor.free.fr/graphiques/ cu Philipp -- Dr. Philipp Pagel Lehrstuhl f?r Genomorientierte Bioinformatik Technische Universit?t M?nchen Wissenschaftszentrum Weihenstephan Maximus-von-Imhof-Forum 3...

Determine package version in R
Philipp Pagel · Oct 21, 2008 · r-help

> I have two versions of the lattice package installed on my computer. > How can I check to make sure that this version gets loaded sessionInfo() cu Philipp -- Dr. Philipp Pagel Lehrstuhl f?r Genomorientierte Bioinformatik Technische Universit?t M?nchen...

beamer overlays with Sweave?
Philipp Pagel · Mar 8, 2011 · r-help

Oops - have to comment my own answer: > <<echo=F>>= For this to work it needs to be <<echo=F, results=tex>>= cu Philipp -- Dr. Philipp Pagel Lehrstuhl f?r Genomorientierte Bioinformatik Technische Universit?t M?nchen Wissenschaftszentrum Weihenstephan Maximus-von...

R function to calculate number of data points of each level
Philipp Pagel · Dec 17, 2008 · r-help

On Wed, Dec 17, 2008 at 02:09:57PM +0100, Philipp Pagel wrote: > or maybe > > ggregate(foo$V1, by=list(foo$V1), FUN=length) Oops- that was supposed to be 'aggegate'... -- Dr. Philipp Pagel Lehrstuhl f?r Genomorientierte Bioinformatik Technische...

skipping values when reading binary files
Philipp Pagel · Aug 22, 2008 · r-help

> I would like to skip a preset number of values when reading in a binary file > (readBin). Is there any way to do this? Just read the number of elements you would like to skip and discard them. cu Philipp...

sorting the data~
Philipp Pagel · Jun 5, 2008 · r-help

On Thu, Jun 05, 2008 at 09:05:25AM +0200, Philipp Pagel wrote: > a bad idea. Alternatively, this should work: > > foo$id <- cumsum(as.logical(diff(foo$id))) + 1 I should have explicitly said that this only works after sorting...

basic hist() question
Philipp Pagel · Aug 22, 2010 · r-help

> It works fine. > > Could you explain to me why it did not worked for read.table? Because of what Gavin already explaied in his reply: read.table returns a data.frame and hist needs a vector. cu Philipp -- Dr. Philipp...

overleap an iteration within a for-loop when error message produced
Philipp Pagel · Mar 4, 2011 · r-help

> Assume that the 5th iteration (subject=5) leads to the error > message. How can I tell R to continue with the 6th iteration? try or tryCatch are probably what you want. cu Philipp -- Dr. Philipp Pagel Lehrstuhl f?r Genomorientierte...

Any simple way to subset a vector of strings that do contain a particular substring ?
Philipp Pagel · Jun 18, 2008 · r-help

> strings <- c("aaaa", "bbbb","ccba"). > > How to get "aaaa", "bbbb" that do not contain "ba" ? I think this is what you want: > foo <- c("aaaa", "bbbb","ccba") > foo[-grep('ba', foo)] [1] "aaaa" "bbbb" cu Philipp -- Dr. Philipp Pagel Lehrstuhl...

RV: R question
Philipp Pagel · May 6, 2011 · r-help

> which is the maximum large of digits that R has?, because SQL work > with 50 digits I think. and I need a software that work with a lot > of digits. The .Machine() command will provide some insight into these matters...

LaTeX and R-scripts/-results
Philipp Pagel · Nov 26, 2008 · r-help

On Wed, Nov 26, 2008 at 08:50:33AM +0100, Oliver Bandel wrote: > at some places I read about good interaction of > LaTeX and R. > > Can you give me a starting point, where I can find > information about it? Have...

(no subject)
Philipp Pagel · Apr 18, 2011 · r-help

On Mon, Apr 18, 2011 at 04:11:57PM +0530, Ramnath R wrote: > Hai > > From which CRAN mirror can get the package ?LPP2005REC? As the first hit of a google search for "LPP2005REC" told me it is not a package...

startup file and lambda
Philipp Pagel · Oct 9, 2003 · r-help

On Thu, Oct 09, 2003 at 07:39:58AM -0700, christoff pale wrote: > Hi,s there a .Rrc file? so that when R starts up > it automatically loads this file? ?Startup will tell you everything you want to know - especially...

comma delimiter & comma in text
Philipp Pagel · Nov 29, 2006 · r-help

> 1, A, 24, The Red House > 2, A, 25, King's Home, by the Sea > ... > Is there a way i can specify to R that "King's Home, by the Sea" is one > word? Yes: It needs to be quoted...

g(x,y) = f(x,y) - e(x)- e(y)?
Philipp Pagel · Apr 22, 2008 · r-help

> g(x,y) = f(x,y) - e(x)- e(y) > These are continuous functions. I am not sure how to do this with the > discrete equivalents in R. Is this what you are looking for? g <- function(x, y) { f...

read.csv : double quoted numbers
Philipp Pagel · Aug 22, 2008 · r-help

> gsub fails on this file due to a particular value "C?te d'Ivoire" > which is present in the file. This is when my locale is set to > en_US.utf8 but when I set locale to C it (gsub...

Suppressing script commands in R console when executing long program
Philipp Pagel · Sep 18, 2009 · r-help

On Fri, Sep 18, 2009 at 12:59:16PM +0200, Philipp Pagel wrote: > > foo$B <- as.numeric(sub(',', '', as.character(foo$B))) Thinking about it some more, you should use gsub instead of sub here. Otherwise only the first occurrence...

Panel title: mfrow() or ?
Philipp Pagel · Jan 10, 2011 · r-help

> par(mfrow=c(3,2)) > > The 6 graphs are coming out quite all right, but now I would like to > put a title on top of the page - i.e. something that is common for > all 6 graphs - how can...

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