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