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.

6 results for “from:Olivier Delaigue”

sin(pi)?
Olivier Delaigue · Sep 2, 2007 · r-help

> sin(3.141592653589793) [1] 1.224606e-16 Regards, Olivier Delaigue Nguyen Dinh Nguyen wrote: > > Dear all, > I found something strange when calculating sin of pi value > sin(pi) > [1] 1.224606e-16 > > pi > [1] 3.141593 > > sin(3.141593) > [1...

R 2.6.1 & library(svIDE)
Olivier Delaigue · Nov 27, 2007 · r-help

Hi all, I have installed in R 2.6.1 the svIDE package (0.9-5), but I have a problem when I load it. > library(svIDE) Warning messages: 1: '\A' is an unrecognized escape in a character string 2...

R2HTML - align a table from summary.lm
Olivier Delaigue · Mar 3, 2008 · r-help

Hi all, I use the R2HTML package to print results, but I have a little problem when I want to print a table provides from a summary.lm. If I want to align this table differently of the others, I...

One pdf file with plots and text output
Olivier Delaigue · Oct 17, 2007 · r-help

You should try with type of command: mtext(paste("Residuals:", summary(xlm)$residuals, "Coefficients:", summary(xlm)$coefficients, etc..., sep ="\n")) Olivier Delaigue Rainer M Krug-2 wrote: > > > It prints the summary, but in one line which is obviously to long...

One pdf file with plots and text output
Olivier Delaigue · Oct 17, 2007 · r-help

Maybe with: > print(plot.new()) > mtext(summary(xlm)) Regards, Olivier Delaigue Rainer M Krug-2 wrote: > > Hi > > I create one pdf file with plots via pdf() and one text file with text > via sink() that works very nice. But I...

Selecting / creating unique colours for behavioural / transitional data
Olivier Delaigue · Mar 13, 2009 · r-help

> library(colorRamps) > image(matrix(1:150, 10), col = blue2green2red(15)) Regards, Olivier Delaigue Ross Culloch wrote: > > Dear all, > > This seems like a simple problem but i've searched the help files and > tried various options but failed, so apologies in...

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