Re: [R] regular expressions : extracting numbers

2007-07-30 Thread Romain Francois
Bonjour David, What about one of these : R gsub( [^[:digit:]], , x ) or using perl regular expressions: R gsub( \\D, , x, perl = T ) Cheers, Romain GOUACHE David wrote: Hello all, I have a vector of character strings, in which I have letters, numbers, and symbols. What I wish to do is

Re: [R] R file via SSH

2007-07-13 Thread Romain Francois
Hi, Again, screen was described in the April issue of R News. Augmenting R with Unix Tools by Andrew Robinson. @ARTICLE{Rnews:Robinson:2007, AUTHOR = {Andrew Robinson}, TITLE = {Augmenting {R} with {Unix} Tools}, JOURNAL = {R News}, YEAR = 2007, VOLUME = 7, NUMBER = 1, PAGES =

Re: [R] eMail results out of R

2007-07-12 Thread Romain Francois
Hi, There is a paper in the April 2007 issue of R News that might be of help here. http://##cran mirror##/doc/Rnews/Rnews_2007-1.pdf Romain Duncan Murdoch wrote: On 7/12/2007 9:52 AM, [EMAIL PROTECTED] wrote: Hi everyone, I did my homework and read the posting guideline :-) I want to

Re: [R] compare 2 vectors

2007-06-28 Thread Romain Francois
Christophe Pallier wrote: On 6/28/07, João Fadista [EMAIL PROTECTED] wrote: I would like to take out the values from one vector that are equal to the values in another vector. Example: a - c(1,2,3,4,5,6,7,8,9) b - c(3,10,20,5,6) b_noRepeats = c(10,20) b[!(b %in%

Re: [R] recover history after crash in RGui

2007-06-26 Thread Romain Francois
Sigbert Klinke wrote: Hi, is there any possibility to recover the history of executed R code in the RGui when it has crashed? Thanks in advance Sigbert Klinke Hello, It might be too much of an overkill, but one possible thing is to use ?taskCallbackManager to save the history after

Re: [R] extract elements

2007-06-20 Thread Romain Francois
Manuele Pesenti wrote: Dear R users, just another little question... are there other ways, I mean more easy to write, to obtain the same result I got with: data[95:length(dati[,1]), ] where data is a data frame to extract the last elements starting from a fixed position? thank you very

Re: [R] extract elements

2007-06-20 Thread Romain Francois
Romain Francois wrote: Manuele Pesenti wrote: Dear R users, just another little question... are there other ways, I mean more easy to write, to obtain the same result I got with: data[95:length(dati[,1]), ] where data is a data frame to extract the last elements starting from a fixed

Re: [R] plot only x- and y-axis with origin, no box()

2007-06-19 Thread Romain Francois
Hello, You are looking for the box function, and its bty argument. For example, this one will do the trick. R box( bty = L) ?par gives more information on the potential values for bty. Cheers, Romain Talloen, Willem [PRDBE] wrote: hi all, I'm trying for quite some time to have an x- and

Re: [R] R News, volume 7, issue 1 is now available

2007-04-25 Thread Romain Francois
Earl F. Glynn wrote: Torsten Hothorn [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] The October 2006 issue of R News is now available on CRAN under the Documentation/Newsletter link. Direct links are useful: R News http://cran.r-project.org/doc/Rnews/ April 2007

[R] R Graphics training course - Basel - 21.22.23 may 2007

2007-04-05 Thread Romain Francois
, ... * Presenter Information Romain Francois is a R consultant at Mango Solutions. He has worked with R for 5 years, and is active in the R community. Romain is also responsible for the R Graphics Gallery [1] and software initiatives such as the R Search Sidebar for Firefox [2]. * Registration Should

Re: [R] Wikibooks

2007-03-30 Thread Romain Francois
Alberto Monteiro wrote: Philippe Grosjean wrote: As other have pointed out, the main reason for the lack of success of the R Wiki is that the mailing lists, particularly R-Help, are sooo successful. However, I continue to consider that the mailing list is suboptimal in two cases: (1)

Re: [R] abs(U) 0 where U is a vector?

2007-03-14 Thread Romain Francois
Benjamin Dickgiesser wrote: Hi, I am looking for a way to compare if every element of a vector is 0. i.e. while(abs(U) 0) { .. } is there a function for this or do I have to write one? I'd appreciate your help! Benjamin Hi, If I understand you correctly, you are not far, is

Re: [R] R for copying and pasting selected image files?

2007-03-12 Thread Romain Francois
Kim Milferstedt wrote: Hello, I would like to use R to process a list of text strings. The text strings are filenames, encoding experimental settings. Based on the information in there I'd like to select certain files and copy only the selected files to another directory. The files are

[R] R Introduction Course - LONDON

2007-02-21 Thread Romain Francois
please contact [EMAIL PROTECTED] Cheers, Romain Francois -- Mango Solutions Tel +44 (0)1249 467 467 Mob +44 (0)7813 526 123 Fax +44 (0)1249 467 468 data analysis that delivers __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo

Re: [R] R in Industry

2007-02-07 Thread Romain Francois
Kuhn, Max wrote: As someone who has (reluctantly) sent job postings to R Help, I think that a SIG would be a good idea. Max Hi all, My personnal experience also shows that it is difficult to find a job where R is a key component, find R related material, or find companies that would do

[R] R Training Course in Paris

2007-01-08 Thread Romain Francois
/rtraining/r_paris_training_07_french.html - in english : http://www.mango-solutions.com/services/rtraining/r_paris_training_07.html Should you want to book a place on this course or have any questions please contact [EMAIL PROTECTED] Cordialement, Romain Francois -- Mango Solutions Tel +44 (0

Re: [R] R Training Course in Paris

2007-01-08 Thread Romain Francois
Romain Francois wrote: Mango Solutions are pleased to announce the above course in Paris as part of our schedule for Q1 2007. --- Introduction to R and R Programming - 12th February 2008-14th February

[R] JOB: R/S programmers at Mango Solutions (UK)

2006-12-08 Thread Romain Francois
Hello, Due to the continued growth of Mango Solutions, we are now inviting applications for the following positions: * Senior R/S Programmer: http://www.mango-solutions.com/company/jobuk13.html * R/S Programmer: http://www.mango-solutions.com/company/jobuk14.html To view all available

Re: [R] comma delimiter comma in text

2006-11-29 Thread Romain Francois
Alexander Nervedi wrote: Hi I have data like 1, A, 24, The Red House 2, A, 25, King's Home, by the Sea ... I'd like to read this in as three variables. I first tried temp -read.csv(addresses, sep = , ) it worked but line 2 was broken after King's Home, and by the Sea as placed in

Re: [R] String question

2006-11-29 Thread Romain Francois
Carmen Meier wrote: Hi to all I would to determinate whether bits is a binary code and I would to find out the which bit is set to 1 bits -00110110 I found to detect whether there are only numbers all.digits(bits) but is there any function to detect whether there are only 0 and 1 in the

[R] Mango Solutions Announces R Public Training Course in Paris

2006-11-22 Thread Romain Francois
/services/rtraining/r_paris_training_07_french.html - in english : http://www.mango-solutions.com/services/rtraining/r_paris_training_07.html Should you want to book a place on this course or have any questions please contact [EMAIL PROTECTED] Cordialement, Romain Francois -- Mango Solutions

Re: [R] advanced plotting

2006-11-09 Thread Romain Francois
downunder wrote: !urgent! Hi all. I am facing a problem plotting a indicatormatrix to visualize the pattern. Matrix consist from 1's and 0's. for example x - matrix(c(0,0,1,0, 1,1,1,1, 0,0,0,1, 1,0,1,1), nrow = 4, ncol=4) an i want to have a plot like | . | . . . . |

Re: [R] Creating Movies with R

2006-09-26 Thread Romain Francois
J.R. Lockwood wrote: An alternative that I've used a few times is the jpg() function to create the sequence of images, and then converting these to an mpeg movie using mencoder distributed with mplayer. This works on both windows and linux. I have a pretty self-contained example file

Re: [R] Comment blocks in R programs

2006-09-20 Thread Romain Francois
Gabor Grothendieck wrote: Try this: if (FALSE) { ... whatever ... } Problem is, ... whatever ... must be syntactically correct to use that trick. Why not using a text editor that does rectangular selection or commenting several lines at a time, there are many out there to propose that

Re: [R] Histogram of data with categorical varialbe

2006-09-15 Thread Romain Francois
Alexandre Depire wrote: Hello, I have the following data: Km Sex 250 1 300 2 290 2 600 1 450 2 650 1 . I would like to obtain one histogram where the data (or the part) of each sex is visible, it is like cumulative histogram or spinogram. To be more comprehensible, i would

Re: [R] functions and strings

2006-09-13 Thread Romain Francois
Robin Hankin wrote: Hi If string - xyz f - function(x){1 + sin(cos(x)) + exp(x^2)} How do I manipulate string and f() to give the string 1 + sin(cos(xyz)) + exp(xyz^2) ? Hi, Here what i'll do : f - function(x){ sprintf(1 + sin(cos(%s)) + exp(%s^2), x, x) } Cheers, Romai --

Re: [R] Firefox extension fo R Site Search

2006-08-30 Thread Romain Francois
Robert Mcfadden a écrit : May be it's not a bug, but I tried to search for the package rpanel and I was not find. At the r-project's site that package is available. How to explain it? Rob Hi Rob, If it's not there : http://finzi.psych.upenn.edu/R/library/ it's not on the extension

Re: [R] Firefox extension fo R Site Search

2006-08-29 Thread Romain Francois
ecatchpole a écrit : Romain Francois wrote on 08/28/2006 04:23 PM: = Search for your R routines directly from Firefox! http://addictedtor.free.fr/rsitesearch = When I try to search

Re: [R] spectral clustering

2006-08-29 Thread Romain Francois
Nair, Murlidharan T a écrit : Is there a function in R that does spectral clustering? Thanks ../Murli ** PLEASE do read the posting guide http://www.R-project.org/posting-guide.html ** Hi, You would get a faster answer asking to RSiteSearch rather than this list. Romain

[R] Firefox extension fo R Site Search

2006-08-28 Thread Romain Francois
Dear useRs, = Search for your R routines directly from Firefox! http://addictedtor.free.fr/rsitesearch = Mango Solutions, providers of R and S-Plus consulting, application development and training,

Re: [R] screen resolution effects on graphics

2006-08-28 Thread Romain Francois
Prof Brian Ripley a écrit : On Mon, 28 Aug 2006, Charles Annis, P.E. wrote: Greetings, R-Citizens: I have the good fortune of working with a 19 1280 X 1024 pixel monitor. My (Similar to our student lab has used for many years.) R-code produces nice-looking graphics on this

Re: [R] R Site Search directly from Firefox's address bar

2006-08-18 Thread Romain Francois
, everytime I type r in the address bar it takes me to www.r-project.org :) - +---+ | Romain FRANCOIS | | R Graph Gallery : http://addictedtor.free.fr/graphiques

Re: [R] Making R script to run in a console

2006-08-14 Thread Romain Francois
Júnior then program print my name. It is possible? Thanks Ronaldo Hi, take a look at that wiki page : http://wiki.r-project.org/rwiki/doku.php?id=developers:rinterp Cheers, Romain -- +---+ | Romain

Re: [R] R-sig-foo searching, was : High breakdown/efficiency statistics -- was RE: Rosner's test

2006-07-07 Thread Romain Francois
-robust:lmrob on your gnome mini commander applet Cheers, Romain -- visit the R Graph Gallery : http://addictedtor.free.fr/graphiques mixmod 1.7 is released : http://www-math.univ-fcomte.fr/mixmod/index.php +---+ | Romain FRANCOIS - http

Re: [R] making matrix monotonous

2006-06-07 Thread Romain Francois
+---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF | +---+ __ R-help@stat.math.ethz.ch

Re: [R] multiple plots with par mfg

2006-05-23 Thread Romain Francois
-math.univ-fcomte.fr/mixmod/index.php +---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF

Re: [R] choosing a mirror

2006-05-22 Thread Romain Francois
Gallery : http://addictedtor.free.fr/graphiques mixmod 1.7 is released : http://www-math.univ-fcomte.fr/mixmod/index.php +---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF

Re: [R] multiple plots in a function()

2006-05-21 Thread Romain Francois
Würzburg email: [EMAIL PROTECTED] Telefon: 0931/201-1 -- visit the R Graph Gallery : http://addictedtor.free.fr/graphiques mixmod 1.7 is released : http://www-math.univ-fcomte.fr/mixmod/index.php +---+ | Romain FRANCOIS - http

Re: [R] iraq statistics - Realllly OT

2006-05-19 Thread Romain Francois
-math.univ-fcomte.fr/mixmod/index.php +---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF

Re: [R] Memoire defaillante

2006-04-28 Thread Romain Francois
that (young) forum: http://forums.cirad.fr/logiciel-R/index.php -- visit the R Graph Gallery : http://addictedtor.free.fr/graphiques mixmod 1.7 is released : http://www-math.univ-fcomte.fr/mixmod/index.php +---+ | Romain FRANCOIS - http

Re: [R] plot cdf

2006-04-27 Thread Romain Francois
' in 'example', maybe with a default to TRUE in interactive mode Romain -- visit the R Graph Gallery : http://addictedtor.free.fr/graphiques mixmod 1.7 is released : http://www-math.univ-fcomte.fr/mixmod/index.php +---+ | Romain FRANCOIS

Re: [R] www.r-project.org

2006-04-26 Thread Romain Francois
because microsoft is not able to make its browser understand it. -- visit the R Graph Gallery : http://addictedtor.free.fr/graphiques mixmod 1.7 is released : http://www-math.univ-fcomte.fr/mixmod/index.php +---+ | Romain FRANCOIS

[R] environment

2006-04-26 Thread Romain Francois
+---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF | +---+ __ R-help@stat.math.ethz.ch mailing list https

Re: [R] environment

2006-04-26 Thread Romain Francois
Le 26.04.2006 11:02, Peter Dalgaard a écrit : Romain Francois [EMAIL PROTECTED] writes: Hi, Consider the code : g - function(){ print(.x) .x - 3 } f - function(){ environment(g) - environment() .x - 2 g() .x } f() [1] 2 [1] 2 I would like f() to return 3

Re: [R] www.r-project.org

2006-04-26 Thread Romain Francois
will find discussion of frames vs css in the archives. I'm on my way ... -- visit the R Graph Gallery : http://addictedtor.free.fr/graphiques mixmod 1.7 is released : http://www-math.univ-fcomte.fr/mixmod/index.php +---+ | Romain FRANCOIS - http

Re: [R] About regression and plot

2006-04-26 Thread Romain Francois
: http://www-math.univ-fcomte.fr/mixmod/index.php +---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF

[R] www.r-project.org

2006-04-25 Thread Romain Francois
is released : http://www-math.univ-fcomte.fr/mixmod/index.php +---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF

Re: [R] Histogram to compare two datasets

2006-04-21 Thread Romain Francois
=histogram -- visit the R Graph Gallery : http://addictedtor.free.fr/graphiques mixmod 1.7 is released : http://www-math.univ-fcomte.fr/mixmod/index.php +---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant

Re: [R] creating empty cells with table()

2006-04-19 Thread Romain Francois
+---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF | +---+ __ R-help@stat.math.ethz.ch mailing list

Re: [R] hist-data without plot

2006-03-20 Thread Romain Francois
+---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF

[R] (OT) about the posting guide

2006-03-20 Thread Romain Francois
/graphiques Discover the R Movies Gallery : http://addictedtor.free.fr/movies +---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF

Re: [R] how to make a contour plot in R?

2006-03-13 Thread Romain Francois
Discover the R Movies Gallery : http://addictedtor.free.fr/movies +---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF

Re: [R] coloring leaves in a hclust or dendrogram plot [solved]

2006-03-11 Thread Romain Francois
-- visit the R Graph Gallery : http://addictedtor.free.fr/graphiques Discover the R Movies Gallery : http://addictedtor.free.fr/movies +---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF

Re: [R] 'less' for R?

2006-03-08 Thread Romain Francois
://addictedtor.free.fr/movies +---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF

Re: [R] Plotting FAQ?

2006-03-03 Thread Romain Francois
://www.sciviews.org/_rgui/wiki/doku.php (the address will change though) Romain -- visit the R Graph Gallery : http://addictedtor.free.fr/graphiques Discover the R Movies Gallery : http://addictedtor.free.fr/movies +---+ | Romain FRANCOIS - http

Re: [R] LaTeX in R graph

2006-02-28 Thread Romain Francois
+---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF

Re: [R] 2 barplots in the same graph

2006-02-24 Thread Romain Francois
+---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF | +---+ __ R

Re: [R] 2 barplots in the same graph

2006-02-24 Thread Romain Francois
+---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF | +---+ __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch

Re: [R] How can one use R-code and R-functions within C-Code?

2006-02-22 Thread Romain Francois
+---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF | +---+ __ R-help@stat.math.ethz.ch mailing list https

Re: [R] Plotting contour filled.contour in one graph

2006-02-12 Thread Romain Francois
Graph Gallery : http://addictedtor.free.fr/graphiques mixmod 1.7 is released : http://www-math.univ-fcomte.fr/mixmod/index.php +---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF

Re: [R] Plotting contour filled.contour in one graph

2006-02-12 Thread Romain Francois
-fcomte.fr/mixmod/index.php +---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF

Re: [R] plots

2006-02-11 Thread Romain Francois
/graphiques mixmod 1.7 is released : http://www-math.univ-fcomte.fr/mixmod/index.php +---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF

Re: [R] plots

2006-02-11 Thread Romain Francois
Le 11.02.2006 19:59, Duncan Murdoch a écrit : Romain Francois wrote: Le 11.02.2006 19:44, [EMAIL PROTECTED] a écrit : Hi all, I have a basic question. how can i visualize two or more density curves on the same plot? ex: x1-runif(100,10,80) x2-runif(100,1,100) kernelgraf-density(x1

Re: [R] echo output to screen

2006-02-09 Thread Romain Francois
have a NAMESPACE ?.onLoad if you do Romain -- visit the R Graph Gallery : http://addictedtor.free.fr/graphiques mixmod 1.7 is released : http://www-math.univ-fcomte.fr/mixmod/index.php +---+ | Romain FRANCOIS - http

Re: [R] Tranferring R results to word prosessors

2006-02-09 Thread Romain Francois
/graphiques mixmod 1.7 is released : http://www-math.univ-fcomte.fr/mixmod/index.php +---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF

Re: [R] difference between rnorm(1000, 0, 1) and running rnorm(500, 0, 1) twice

2006-02-08 Thread Romain Francois
- rnorm(500, 0, 1) R all(x == c(y,z)) [1] TRUE Romain -- visit the R Graph Gallery : http://addictedtor.free.fr/graphiques mixmod 1.7 is released : http://www-math.univ-fcomte.fr/mixmod/index.php +---+ | Romain FRANCOIS - http

Re: [R] Cluster Analysis

2006-02-05 Thread Romain Francois
+---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF | +---+ __ R-help

Re: [R] help with read.table() function

2006-01-29 Thread Romain Francois
: http://www-math.univ-fcomte.fr/mixmod/index.php +---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF

Re: [R] R and Eclipse?

2006-01-24 Thread Romain Francois
-- visit the R Graph Gallery : http://addictedtor.free.fr/graphiques mixmod 1.7 is released : http://www-math.univ-fcomte.fr/mixmod/index.php +---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF

Re: [R] R Commenting Style

2006-01-19 Thread Romain Francois
useful. Romain -- visit the R Graph Gallery : http://addictedtor.free.fr/graphiques mixmod 1.7 is released : http://www-math.univ-fcomte.fr/mixmod/index.php +---+ | Romain FRANCOIS - http://francoisromain.free.fr

Re: [R] dendrogram branches with different lty

2005-12-16 Thread Romain Francois
of Botany University of Basel Schönbeinstr. 6 CH-4056 Basel +41 61 267 2976 -- visit the R Graph Gallery : http://addictedtor.free.fr/graphiques mixmod 1.7 is released : http://www-math.univ-fcomte.fr/mixmod/index.php +---+ | Romain

Re: [R] superimpose density line over hist

2005-12-14 Thread Romain Francois
Le 14.12.2005 11:54, Martin Maechler a écrit : Romain == Romain Francois [EMAIL PROTECTED] on Tue, 13 Dec 2005 15:40:59 +0100 writes: Romain A few comments : Romain - your code should be reproductible, otherwise it is useless. (that Romain

Re: [R] superimpose density line over hist

2005-12-13 Thread Romain Francois
: http://www-math.univ-fcomte.fr/mixmod/index.php +---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF

Re: [R] How to make a plot?

2005-12-13 Thread Romain Francois
() # -- visit the R Graph Gallery : http://addictedtor.free.fr/graphiques mixmod 1.7 is released : http://www-math.univ-fcomte.fr/mixmod/index.php +---+ | Romain FRANCOIS - http://francoisromain.free.fr

Re: [R] Ploting graphics using X tints from a color

2005-12-13 Thread Romain Francois
, ybottom=0, col=pal) Romain -- visit the R Graph Gallery : http://addictedtor.free.fr/graphiques mixmod 1.7 is released : http://www-math.univ-fcomte.fr/mixmod/index.php +---+ | Romain FRANCOIS - http://francoisromain.free.fr

Re: [R] Ploting graphics using X tints from a color

2005-12-13 Thread Romain Francois
Le 13.12.2005 21:40, Romain Francois a écrit : Le 13.12.2005 19:34, Sérgio Nunes a écrit : Hi, I'm trying to draw a 2D plot using multiple tints of red. The (simplified) setup is the following: || year | x | y || My idea is that each year is plotted with a different tint of red. Older

Re: [R] Commented version of the home page graphics code

2005-12-08 Thread Romain Francois
-- visit the R Graph Gallery : http://addictedtor.free.fr/graphiques mixmod 1.7 is released : http://www-math.univ-fcomte.fr/mixmod/index.php +---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs

Re: [R] computing the variance

2005-12-05 Thread Romain Francois
+---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF | +---+ __ R

Re: [R] new article on R at oreillynet.com

2005-11-21 Thread Romain Francois
Gallery : http://addictedtor.free.fr/graphiques +---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF

Re: [R] new article on R at oreillynet.com

2005-11-21 Thread Romain Francois
Le 21.11.2005 09:12, Romain Francois a écrit : Le 19.11.2005 16:47, Kevin Farnham a écrit : An article I wrote that provides a basic introduction to R has been published on Oreillynet.com. The article is titled Analyzing Statistics with GNU/R. Here is the link: http://www.onlamp.com/pub

Re: [R] paste argument of a function as a file name

2005-11-10 Thread Romain Francois
Graph Gallery : http://addictedtor.free.fr/graphiques +---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF

Re: [R] x/y coordinates of dendrogram branches

2005-11-02 Thread Romain Francois
/posting-guide.html -- visit the R Graph Gallery : http://addictedtor.free.fr/graphiques +---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF

Re: [R] significant test

2005-10-31 Thread Romain Francois
Le 31.10.2005 13:45, Prof Brian Ripley a écrit : On Mon, 31 Oct 2005, Romain Francois wrote: Le 31.10.2005 11:22, Robert a écrit : I have two groups of data and want to test how the mean of one group is significant different from the mean of the other group of data. which R function can

Re: [R] 3d bar plot

2005-10-28 Thread Romain Francois
/graphiques +---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF

Re: [R] adding sequence for each value in a vector

2005-10-27 Thread Romain Francois
+---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF

Re: [R] Storing graphics output in PNG format.

2005-10-26 Thread Romain Francois
, There is a link to png on the bitmap help page, so you were close to the target. Romain -- visit the R Graph Gallery : http://addictedtor.free.fr/graphiques +---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA

Re: [R] horizontal violin plots?

2005-10-26 Thread Romain Francois
+---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF | +---+ __ R-help@stat.math.ethz.ch mailing list

Re: [R] hclust leaf color

2005-10-26 Thread Romain Francois
/graphiques +---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF

Re: [R] Can anyone please tell me how to strip the white spaces from a character vector?

2005-10-25 Thread Romain Francois
://addictedtor.free.fr/graphiques +---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF

Re: [R] Basic: setting resolution and size of an R graphic

2005-10-25 Thread Romain Francois
the R Graph Gallery : http://addictedtor.free.fr/graphiques +---+ | Romain FRANCOIS - http://francoisromain.free.fr | | Doctorant INRIA Futurs / EDF

Re: [R] forrest plot

2005-10-19 Thread Romain Francois
~ ~~ Romain FRANCOIS - http://addictedtor.free.fr ~~ Etudiant ISUP - CS3 - Industrie et Services ~~http://www.isup.cicrp.jussieu.fr/ ~~ Stagiaire INRIA Futurs - Equipe SELECT

Re: [R] forrest plot

2005-10-19 Thread Romain Francois
Le 19.10.2005 15:11, Romain Francois a écrit : Le 19.10.2005 13:56, Thomas Schönhoff a écrit : Hello, 2005/10/19, Michela Ballardini [EMAIL PROTECTED]: i, can you tel me how can I make a Forrest Plot with R? It is possible and easy or are there a more practical free software available

Re: [R] matching two plots

2005-10-19 Thread Romain Francois
something like : R plot(0:45, dpois(0:45,20), type=h, lwd=4, col=gray) R curve(dnorm(x,20,sqrt(20)),from=0,to=45,add=T) Romain -- visit the R Graph Gallery : http://addictedtor.free.fr/graphiques ~ ~~ Romain FRANCOIS

Re: [R] The R Graph Gallery {was boxplot statistics}

2005-10-07 Thread Romain Francois
Le 07.10.2005 09:21, Martin Maechler a écrit : Romain == Romain Francois [EMAIL PROTECTED] on Thu, 06 Oct 2005 23:23:12 +0200 writes: Romain Selon bogdan romocea [EMAIL PROTECTED]: A related comment - don't rely (too much) on boxplots. They show only a few things

Re: [R] Animation of Mandelbrot Set

2005-10-04 Thread Romain Francois
-- visit the R Graph Gallery : http://addictedtor.free.fr/graphiques ~ ~~ Romain FRANCOIS - http://addictedtor.free.fr ~~ Etudiant ISUP - CS3 - Industrie et Services

Re: [R] Save output

2005-10-03 Thread Romain Francois
it with your computations save(tmp, file=sprintf('file%02d.RData',i)) } Romain -- visit the R Graph Gallery : http://addictedtor.free.fr/graphiques ~ ~~ Romain FRANCOIS - http://addictedtor.free.fr

Re: [R] heatmap

2005-10-03 Thread Romain Francois
Andrea Hello, Check bluered() in the gplots package. Romain -- visit the R Graph Gallery : http://addictedtor.free.fr/graphiques ~ ~~ Romain FRANCOIS - http://addictedtor.free.fr

Re: [R] scatterplot3d + density() + polygon(color)

2005-09-28 Thread Romain Francois
~ ~~ Romain FRANCOIS - http://addictedtor.free.fr ~~ Etudiant ISUP - CS3 - Industrie et Services ~~http://www.isup.cicrp.jussieu.fr/ ~~ Stagiaire INRIA Futurs - Equipe SELECT

Re: [R] hist(x, ...) with normal distribution curve

2005-09-27 Thread Romain Francois
~ ~~ Romain FRANCOIS - http://addictedtor.free.fr ~~ Etudiant ISUP - CS3 - Industrie et Services ~~http://www.isup.cicrp.jussieu.fr

Re: [R] hist(x, ...) with normal distribution curve

2005-09-26 Thread Romain Francois
~ ~~ Romain FRANCOIS - http://addictedtor.free.fr ~~ Etudiant ISUP - CS3 - Industrie et Services ~~http://www.isup.cicrp.jussieu.fr/ ~~ Stagiaire INRIA

  1   2   >