search for: meur

Displaying 18 results from an estimated 18 matches for "meur".

Did you mean: mer
2003 Aug 06
2
(no subject)
...ata[indexZZ,] # give me what I don't want print(slide) } #Function#2: remove.func<-function(data,Name){ Name<-as.character(data[,1]) indexZZ<-grep("ZZ",Name,value=FALSE) data<-data[!indexZZ,] #doesn't work, give an empty dataframe print(slide) } Thanks :| Nolwenn Le Meur ******************************************** Nolwenn Le Meur INSERM U533 Facult? de m?decine 1, rue Gaston Veil 44035 Nantes Cedex 1 France Tel: (+33)-2-40-41-29-86 (office) (+33)-2-40-41-28-44 (secretary) Fax: (+33)-2-40-41-29-50 mail: nolwenn.lemeur at nantes.inserm.fr
2002 May 30
3
savePlot without displaying it
Hi, I would like to save a plot without opening the device window (no display). Is it possible ? How can I do it ? Thanks Nolwenn *------------------------------------------* Nolwenn Le Meur INSERM U533 Facult? de M?decine 1, rue Gaston Veil 44035 Nantes cedex 1 t?l: +33(0)2-40-41-29-86 fax: +33(0)2-40-41-29-50 e-mail: nolwenn.lemeur at nantes.inserm.fr *------------------------------------------* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help m...
2002 Sep 24
2
Iterative data.frame
Hi, I would like to create data.frame and increment their name to finally merge them. Does anybody has a solution ? Something like that ? n<-6 for (i in 1:n) { m[i]<-data.frame(name,value) m<-merge(m[i]:m[n]) } Nolwenn ******************************************** Nolwenn Le Meur INSERM U533 Facult? de m?decine 1, rue Gaston Veil 44035 Nantes Cedex 1 France Tel: (+33)-2-40-41-29-86 (office) (+33)-2-40-41-28-44 (secretary) Fax: (+33)-2-40-41-29-50 mail: nolwenn.lemeur at nantes.inserm.fr ******************************************** -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2008 Oct 07
1
Lapack: SSYEV routine
...SSYEV is not part of the R-LAPACK interface module. Is there any plan to extend the R-Lapack module in the next R release? Should I try to directly call the SSYEV routine of the external Lapack library from my R package? Any help would be much appreciated. Best wishes, Nolwenn -- Nolwenn Le Meur IRISA - Equipe Symbiose Campus de Beaulieu 35042 Rennes cedex - France Phone: +33 2 99 84 71 00 Fax: +33 2 99 84 71 71 E-mail: nlemeur at irisa.fr Web: http://www.irisa.fr/symbiose/web/nolwenn_le_meur
2002 Jun 17
2
layout() and postscript()
...e graphs by the means of a loop and I want to save each graph in the same file (splitting making the device by the number of graphs). Do I have to use the par(matrix()) option, the layout() function or the split.screen() one ? Thanks Nolwenn *------------------------------------------* Nolwenn Le Meur INSERM U533 Facult? de M?decine 1, rue Gaston Veil 44035 Nantes cedex 1 t?l: +33(0)2-40-41-29-86 fax: +33(0)2-40-41-29-50 e-mail: nolwenn.lemeur at nantes.inserm.fr *------------------------------------------* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help m...
2002 Aug 23
2
axis() plot() - step
...a span of 0.5 instead of 1 in my graph. Actually, I want to create a plot with x(-2,2) and y(-2,2) and an step of 0.5 along the axis. Does somebody can help me ? Is it in par(), axis() or plot() that I have to add something ? Thanks Nolwenn *------------------------------------------* Nolwenn Le Meur INSERM U533 Facult? de M?decine 1, rue Gaston Veil 44035 Nantes cedex 1 t?l: +33(0)2-40-41-29-86 fax: +33(0)2-40-41-29-50 e-mail: nolwenn.lemeur at nantes.inserm.fr *------------------------------------------* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help m...
2002 Dec 19
2
list to data.frame
...y.orig[1:length(time.by.orig)]) -Works fine Benjamin Stabler Transportation Planning Analysis Unit Oregon Department of Transportation Salem, OR 97301 USA -----Original Message----- From: Deepayan Sarkar [mailto:deepayan at stat.wisc.edu] Sent: Thursday, December 19, 2002 9:42 AM To: Nolwenn Le Meur; r-help at stat.math.ethz.ch Subject: Re: [R] lattice and display On Thursday 19 December 2002 08:33 am, Nolwenn Le Meur wrote: > Hi, > > I have just started using lattice and it looks great. But I already have 3 > questions about xyplot display. > ---------------------------------...
2003 Jun 05
1
Logical vectors
...give the right TRUE index #but I would like something like that ind3<-((pin[j] + 1) <= ind) & (ind <= pin[j + 2]) & ((pin[j+x] + 1) <= ind) & (ind <= pin[j+x + 2]) #but it doesn't work ! Help, thanks Nolwenn ******************************************** Nolwenn Le Meur INSERM U533 Facult? de m?decine 1, rue Gaston Veil 44035 Nantes Cedex 1 France Tel: (+33)-2-40-41-29-86 (office) (+33)-2-40-41-28-44 (secretary) Fax: (+33)-2-40-41-29-50 mail: nolwenn.lemeur at nantes.inserm.fr
2003 Nov 28
1
mark axis
Maybe a stupid question: In a plot, which parameter(s) ables to visualize the axis like in a coplot where the axis is also visible in the plot background ? Thanks Nolwenn ******************************************** Nolwenn Le Meur INSERM U533 Facult? de m?decine 1, rue Gaston Veil 44035 Nantes Cedex 1 France Tel: (+33)-2-40-41-29-86 (office) (+33)-2-40-41-28-44 (secretary) Fax: (+33)-2-40-41-29-50 mail: nolwenn.lemeur at nantes.inserm.fr
2004 Apr 09
1
generating 00Index.html
...a pdf and the different html files from .Rd files. However I don't know how to automatically generate the 00Index.html. Do I have to write one in latex style and convert it or can I use the CONTENTS, INDEX, or Rd files. Thanks Nolwenn ******************************************** Nolwenn Le Meur INSERM U533 Facult?? de m??decine 1, rue Gaston Veil 44035 Nantes Cedex 1 France Tel: (+33)-2-40-41-29-86 (office) (+33)-2-40-41-28-44 (secretary) Fax: (+33)-2-40-41-29-50 mail: nolwenn.lemeur at nantes.inserm.fr
2002 Dec 19
1
lattice and display
...lock x". ---------------------------------------------------------------------------- ------------------------------- 3.I finally would like to save my plot as "jpg" files under Linux but I loose the color. Thanks, Nolwenn ******************************************** Nolwenn Le Meur INSERM U533 Facult? de m?decine 1, rue Gaston Veil 44035 Nantes Cedex 1 France Tel: (+33)-2-40-41-29-86 (office) (+33)-2-40-41-28-44 (secretary) Fax: (+33)-2-40-41-29-50 mail: nolwenn.lemeur at nantes.inserm.fr ********************************************
2002 Oct 16
0
CGI and RSPerl
...(.PerlExpr("$q->header . $q->start_html . 'Hellooooo....';"), a, .PerlExpr("$q->end_html")); I get the error: premature end of script headers : /var/www/cgi-bin/test.cgi Thanks to help, Nolwenn ******************************************** Nolwenn Le Meur INSERM U533 Facult? de m?decine 1, rue Gaston Veil 44035 Nantes Cedex 1 France Tel: (+33)-2-40-41-29-86 (office) (+33)-2-40-41-28-44 (secretary) Fax: (+33)-2-40-41-29-50 mail: nolwenn.lemeur at nantes.inserm.fr ******************************************** -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2006 Feb 13
0
[BioC] ANN: Introductory R and Bioconductor Mini Course , Seattle, April 12-14
...Mini Course , Seattle, April 12-14 We will present a short course on using Bioconductor, primarily aimed at analyzing microarray data, over 2 1/2 days in April. The course will be a mix of lectures and practical labs. Instructors: Robert Gentleman, Seth Falcon, Martin Morgan, and Nolwenn Le Meur Topics: Introduction to R Preprocessing of Affymetrix expression arrays using Bioconductor Analysis of cDNA microarrays Machine Learning Accessing microarray annotation with Bioconductor tools Details: April 12th - 14th Fred Hutchinson Cancer Research Center Seattle, WA, USA...
2005 Oct 07
3
index question
All, I'm having a problem selecting directly from a vector. I've written ways to do this indirectly, but I'd rather do it directly and didn't see this in the manual. Essentially, I have: > group.label.new [1] 7 9 6 1 10 4 8 3 2 5 > junk [1] 1 2 > group.label.new[junk && 8:10] [1] 7 9 6 1 10 4 8 3 2 5 I'd like to select the elements
2005 Nov 02
2
help with the coordinates of the ECDF object
Hi all R users I would like to know how acess the coordinates of the ECDF object. I look for the example, in this part: ###################### print(ls.Fn12 <- ls(env= environment(Fn12))) ###################### but I do not know to extract the Y coordinate and put it in other variable. My objective is to make a plot and identify the points with labels. ############# Example by
2006 Feb 20
3
Boxplot Help for Neophyte
R helpers I am getting to grips with R but came across a small problem today that I could not fix by myself. I have 3 text files, each with a single column of data. I read them in using: myData1<-scan("C:/Program Files/R/myData1.txt") myData2<-scan("C:/Program Files/R/myData2.txt") myData3<-scan("C:/Program Files/R/myData3.txt") I wanted to produce a
2006 Jun 08
3
Re-binning histogram data
Hi, Short Version: Is there a function to re-bin a histogram to new, broader bins? Long version: I'm trying to create a histogram, however my input-data is itself in the form of a fine-grained histogram, i.e. numbers of counts in regular one-second bins. I want to produce a histogram of, say, 10-minute bins (though possibly irregular bins also). I suppose I could re-create a data set as
2008 Mar 12
0
Using Samba 3.0.28 on Solaris 8 in combination with Windows NT (no ADS)
All, I have the following problem using Samba 3.0.28 on Solaris 8 in combination with Windows NT (no ADS): When I set permissions on shares (using "Computer Management from Windows"), Samba doesn't seem to act accordingly. If for example I have a share called HOME with the following permissions: Everyone (full control) My user account in the domain (full control) This way I can