search for: unil

Displaying 20 results from an estimated 181 matches for "unil".

Did you mean: nil
2006 Nov 05
1
diag()<- in Matrix?
...below: diag(mig.mat[1:(np-side),(side+1):np])<-mig/4 the diag part is ok, but it seems that I cannot assign values to this vector. I would be very glad for any help on this, or on pointers on how to construct Matrices. As I am not on the list, please could you answer to jerome.goudet at unil.ch? Many thanks in advance. R 2.4.0 Windows XP Matrix package version 0.9975-3 -- J?r?me GOUDET Dep. Ecology & Evolution Biophore, UNIL-Sorge UNIL-CH-1015 Lausanne Switzerland http://www.unil.ch/dee http://www.unil.ch/popgen Tel: +41 21 692 42 42 Fax: +41 21 692 42 65 Secr:+41 21 692...
2009 Mar 06
2
Highly Connected Nodes in Igraph
Hello R Help Team, I have created graph from weighted adjecency matrix .Is there a way I can find highly connected nodes in Igraph like the Package RBGL does. nathan -- View this message in context: http://www.nabble.com/Highly-Connected-Nodes-in-Igraph-tp22377522p22377522.html Sent from the R help mailing list archive at Nabble.com.
2001 Dec 20
3
OpenSSH-sparc-3.0.2p1.pkg: /usr/local conflicting file
...ssful. Now the problem I got --------------------- Before pkg install. /usr/local was a soft link to /local (ln -s /local /usr/local). After installation the link is gone and a new /usr/local directory is created containing only openssh stuff :-( Thanks for help, Dominique ____________________UNIL - University of Lausanne____________________ Dominique Frise E-mail: Dominique.Frise at ci.unil.ch UNIL, Centre Informatique Phone: +41 21 692 22 21 Rte de Chavannes 33 Fax: +41 21 692 22 05 CH-1007 Lausanne, Switzerland URL:...
2008 Dec 26
2
question about SNA in R, thanks!
Dear colleagues, I'm trying to have a look at the Assortative and Disassortative ( http://en.wikipedia.org/wiki/Assortative_mixing) of the network I have. But it seems that the igraph hasn't mentioned that yet. I have to get the in/out degree of the vertices of each edge and calculate the Pearson's Correlation coefficient which seems to be quite a huge task for me. :( So I wonder if
2009 Jan 09
1
snow and different R versions
...start a particular one when snow builds its cluster. (The same version I start snow from.) It seems that everything is set up correctly in defaultClusterOptions: > mget(ls(defaultClusterOptions), defaultClusterOptions) $homogeneous [1] TRUE $manual [1] FALSE $master nodename "maya.unil.ch" $outfile [1] "/dev/null" $port [1] 10187 $rhome R_HOME > sessionInfo() R version 2.8.0 (2008-10-20) x86_64-redhat-linux-gnu locale: LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;LC_TIME=en_US.UTF-8;LC_COLLATE=en_US.UTF-8;LC_MONETARY=C;LC_MESSAGES=en_US.UTF-8;LC...
2009 Apr 30
3
Curved arrows
I'm trying to draw an arrow with a curved shaft on the graph as a straight one looks messy on a detailed graph. I've looked in arrows but it doesn't seem to give an option. larrows doesn't look much more promising. I had a look in the archive and couldn't find anything. Any thoughts? Thanks Paul -- View this message in context:
2009 Sep 04
2
Running R on read-only file system, without temporary directory
...on the system. It seems that I need to modify the R source code for this, to make R start without creating a temporary directory. So far, so good. But should I expect any more complications? Does R really need the temporary directory that much? Thanks, Gabor -- Gabor Csardi <Gabor.Csardi at unil.ch> UNIL DGM
2010 Jun 21
4
S3 generics need identical signature?
...lot.communities: function(communities, graph, colbar, col, mark.groups, layout, edge.color, ...) But actually, the signature of plot() seems to be > plot function (x, y, ...) [...] I am confused. What am I missing? Thanks, Best Regards, Gabor -- Gabor Csardi <Gabor.Csardi at unil.ch> UNIL DGM
2009 Dec 13
3
Subtitle & conova post hoc
Hello, I just have two questions I cannot figure out. 1) I would like to have a subtitle just below the main title on my graphs and I cannot figure out how to do this, is it possible? or is it only possible to have it at the bottom? 2) I need to run Conova post hoc test, do you know if it is coded in R? any package I would find this test in? Thank you very much for all the help Have a nice
2009 Apr 07
2
Minimum Spanning Tree
Hi all, I'm very new to R and read a few tutorials, however I'm having difficulty trying to figure out how to plot a minimum spanning tree. I have a csv file that contains an n-by-n matrix of distances between strains of bacteria called matrix.csv. Looks like: id,strain1, strain2,strain3 strain1,0,.2,.8 strain2,.3,0,.7 strain3,.4,.6,0 I've been messing around with some information
2017 Apr 06
3
as.POSIXct character string is not in a standard unambiguous format
...tml > > In the meantime, would it skirt your issue if you explicitly stated the format? > > x <- as.POSIXct("2002-02-02 02:02", format = "%Y-%m-%d %H:%M") > > Ben > > > >> On Apr 5, 2017, at 11:21 AM, Sebastien Moretti <sebastien.moretti at unil.ch> wrote: >> >> Hi >> >> I have lots of issues when I try to install R 3.3.3 during the "make check" step. >> >> Every time a call to as.POSIXct is done in test scripts, I got the same error message: >> e.g. x <- as.POSIXct("2002-02-02...
2011 Sep 27
1
change rownames
Hi All, How do I add "com" to the row names of a data frame, without deleting the plot numbers? Thanks
2010 Mar 30
2
simple loop iteration
...A[i,"P"]-A[i+1,"P"] } All I get is a vector of the correct length but with no readings. Thanks for any help on this. -- Niklaus Hürlimann Université de Lausanne Institut de Minéralogie et Géochimie L'Anthropole CH-1015 Lausanne Suisse E-mail: Niklaus.Hurlimann@unil.ch Tel:+41(0)21 692 4452 [[alternative HTML version deleted]]
2004 Jul 12
5
Regular Expressions
Hi, Is there a way to use regular expressions to capture two or more words in a sentence? For example, I wish to to find all the lines that have the words "thomas", "perl", and "program", such as "thomas uses a program called perl", or "perl is a program that thomas uses", etc. I'm sure this is a very easy task, I would greatly appreciate
2008 Feb 11
4
Conditional rows
Hi, Given a simple example, test <- matrix(c(0.1, 0.2, 0.1, 0.2, 0.1, 0.1, 0.3, 0.1, 0.1), 3, 3) How to generate row indexes for which their corresponding row values are less than or equal to 0.2 ? For this example, row 2 and 3 are the correct ones. Thanks [[alternative HTML version deleted]]
2008 Jul 11
2
network
Hello I am a relatively new user of R and am struggling to use the 'network' package. I have a correlation matrix (produced using 'cor'), and want to draw a network where each item showing correlation above a threshold (say 0.5) is joined by a green line, and each item showing correlation below a threshold (say -0.5) is joined by a red line. Does anyone have any hints of how to
2008 Feb 01
2
re placing values in a matrix
useR's, Consider: y <- c(20, 25, 30) > m <- matrix(c(0.0,1,NA,0.5,1.25,0.75, 0.5, NA, > NA),byrow=TRUE,nrow=3,ncol=3) > m [,1] [,2] [,3] [1,] 0.0 1.00 NA [2,] 0.5 1.25 0.75 [3,] 0.5 NA NA For each numeric value, I want to replace them with their corresponding y-value. The result should look like (here, each row represents a variable rather than the columns):
2010 Sep 29
1
Fitting a half-ellipse curve
...could do this as well with a 2nd order polynomial fit. I am grateful for any suggestions and comments to my problem. Cheers -- Niklaus Hürlimann Doctorant-PhD Université de Lausanne Institut de Minéralogie et Géochimie L'Anthropole CH-1015 Lausanne Suisse E-mail: Niklaus.Hurlimann@unil.ch Tel:+41(0)21 692 4452 [[alternative HTML version deleted]]
2008 Feb 18
2
library(convert)
Hallo, I am running R-2.6. on Windows. I have a code which uses library(convert). Can anyone tell me which package I need to install to run this code. Everytime I receive the error message library (convert) not found. Thanks, Corinna
2008 Oct 23
1
naming list entries dynamically
Hello, I'm new to R and I'd like to dynamically assign names to the entries of a list. The situation is: I load several ascii-files from a folder. The data shall be stored within the list structure, where the file names are assigned to the list entries. > flist $file1.txt [1] 1.0 1.2 1.4 1.6 1.8 2.0... $file2.txt [1] 1.0 1.2 1.4 1.6 1.8 2.0... That's what I would