search for: veiled

Displaying 20 results from an estimated 31 matches for "veiled".

2005 Dec 24
2
Trying to grasp the difference between local variables and instance variables/
Hi: Would it be fair to say (or completely out to lunch) that a local variable is local to a method and an instance variable is local to an object. Thus an instance variable is a sort of limited global variable or super-powered local variable. Its scope is larger than a local but smaller than a global. Or that it is a global within a limited domain (the object). or is it a whole lot
2003 Aug 06
2
(no subject)
Hi everybody, Hope your are not all on holyday because I've got a problem that is going to drive me crazy... I would like to remove some rows from a dataframe. The rows correspond to some specific indexes which I can get by looking at the name in the first column of my dataset. But I manage to get only the opposite of what I really want (function #1) #Function#1:
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:
2012 May 15
1
How to Un-group a grouped data set?
Hello, R-fellows, I have a question that I really don't know how to solve. I have spent hours on line surfing for possible solutions but in veil. Please if anyone could help me handle this issue, you would be so appreciated! I have a "grouped" dataset like this: > data Study TX AEs N 1 1 1 3 5 2 1 0 2 7 3 2 1 1 10 4 2
2002 Jun 17
2
layout() and postscript()
HI, I would like to know if it's possible to create a postscript file with multiple graphs . I'm creating some 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
2005 Jun 24
9
R demos
Hi All, I am currently preparing some form of slideshow introducing R and its capabilities for some colleagues. The thing will be about 30 mins, and I'd like to have some "pretty pictures" and some "amazing facts" (I'm trying to sell, obviously :)). Can I ask if it's possible to easily retrieve a gross figure of the number of functions in R considering the
2010 Sep 20
1
Problem installing latest dovecot w vpopmail
Hello - I am trying to migrate my dovecot installation from an older server running version 1.x to the latest 2.0.3 When I run configure --with-vpopmail, it bombs pretty quick as follows: ./configure --with-vpopmail checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for
2002 Oct 16
0
CGI and RSPerl
Hi, Does anybody try to write CGI script using RSPerl package ? I am interested in RWeb but that doesn't really do what I want. In fact I would like the user to load the file to analyze; then a R program will treat the data ,display resulting graphs and save results in text files. I have test the following script by John Barnett without success. #!/usr/lib/R/bin/R.bin --source
2003 Jun 05
1
Logical vectors
Hi everybody, just a quick question that drives me crazy: Is it possible to "join" 2 logical vectors ? i.e. x<-4 ind <- 1:19200 pin <- c(0, rep(400, 48) * (1:48)) ind1<-((pin[j] + 1) <= ind) & (ind <= pin[j + 2]) ind2<-((pin[j+x] + 1) <= ind) & (ind <= pin[j+x + 2]) ind2 and ind1 give the right TRUE index #but I would like something like that
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)
2004 Apr 09
1
generating 00Index.html
Hi, I've started to create the documentation of my package. I've generate 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
2004 Mar 17
1
Asterisk in the news
http://www.tmcnet.com/tmcnet/articles/2004/031704rt.htm Previous article by same author: http://www.tmcnet.com/it/0104/0104PO.htm
2004 Jul 21
0
extensions.conf variable declaration
Hi, I'm setting up multiple asterisk servers and trying to do the classic DIAL(IAX2/asterisk1/${EXTEN}&IAX2/asterisk2/${EXTEN}&IAX2/asterisk3/${EXTEN},15) After googling a bit, I fell on a discussion about putting this in a variable so that adding additionnal servers would be easy. I can't seem to find the link anymore, but it went something like this: extensions.conf:
2003 Oct 15
0
RE: [OT] spam
...y can do about those users. This is hardly unique to this list. If you don't want anyone infected with a virus to see your email address, then about all you can do is not post to mailing lists. I was with you to a certain extent until you started taking this to an extreme position and making veiled legal threats, but now I think you've gone over the edge.
2002 Aug 23
2
axis() plot() - step
Hi, Stupid question I guess but I can't figure out how to have 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
2004 Aug 06
1
OGG encoder, was: Re: [thomas@arkena.com: [vorbis] mp3pro and the mp3 streaming license]
...hen, this argument is pointless. Lithium On Sat, 09 June 2001, Sean /The RIMBoy/ wrote: > > On Sat, 9 Jun 2001, Jack Moffitt wrote: > > > Maybe you won't have to pay, but someone is going to eat 2% in most > > cases. > > What's the latest on Fraunhofer's veiled threats about encroaching on > their IP with the Ogg Vorbis technology? I've not heard of anything, but > that does not mean nothing is going on. Have they made any type of > move? Or did they decided a lawsuit would push people away from mp3 > quickly? > > Sean... >...
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
2002 Dec 19
1
lattice and display
Hi, I have just started using lattice and it looks great. But I already have 3 questions about xyplot display. ---------------------------------------------------------------------------- --------------------------------- 1.I would like to create two differeny xyplot with different color to identify my different groups but I have trouble applying colors. Here are the scripts
2004 Aug 06
4
[thomas@arkena.com: [vorbis] mp3pro and the mp3 streaming license]
> I don't know about the rest of you, but I'm not charging anything. As > mentioned, the royalties to record labels still stand if you don't follow > the rules, but this will be true regardless of the format > (mp3/vorbis/whatever.) Do you have any ads on your site? That's probably streaming related revenue. Do you list on shoutcast.com? There's definately
2011 Sep 01
3
Module Plugin Documentation
Anyone, I''ve read this doc several times: http://docs.puppetlabs.com/guides/plugins_in_modules.html As a whole, it really doesn''t make sense. It seems pretty obvious it was written by someone with deep knowledge of the subject, but there is little context for someone like me. Is there better documentation somewhere? Doug -- You received this message because you are