[R] Dendrogram and fusion levels

2010-04-29 Thread Timothée Poisot
Dear users,

I am trying to extract the fusion levels from a dendrogram (in my case, 
phylogenetic trees in the 'phylo' format of APE). So far, I have not been 
successful. I can't believe there is not a library to do it, but I can't find a 
function that would extract the fusion levels.

Do you know any way to extract the fusion levels?

Any help would be appreciated,
Timothée



---
Timothée POISOT
-
Institut des Sciences de l'Evolution
Université Montpellier 2, CC 065
Place Eugène Bataillon
34095 Montpellier CEDEX 5
-
Phone   :   (+33)4 67 14 40 61
Fax :   (+33)4 67 14 40 61
E-mail  :   tpoi...@um2.fr
Web :   http://www.timotheepoisot.fr/
---


[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] Formula used to create new plot

2010-02-09 Thread Timothée Poisot
Dear list users,

I was wondering if there is any way to know, for an open graphical peripheric, 
the instruction that was used to call it. For example, if I create a plot using

plot(runif(10))

is there any way to have the call returned to me? That would be especially 
usefull to know it there are any log axes, for example

thanks
t



---
Timothée POISOT
-
Institut des Sciences de l'Evolution
Université Montpellier 2, CC 065
Place Eugène Bataillon
34095 Montpellier CEDEX 5
-
Phone   :   (+33)4 67 14 40 61
Fax :   (+33)4 67 14 40 61
E-mail  :   tpoi...@um2.fr
Web :   http://www.timotheepoisot.fr/
---


[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] Get back to the console with ssh access

2009-12-03 Thread Timothée Poisot
Dear R users,

I am currently learning how to work with a new shared computer (a Mac pro) in 
our lab, that is dedicated to execute R code for large simulations (over a few 
days).

We have a VNC option to remote control the computer, with a shared used 
session, but this is not really needed in most of the cases. I would like to do 
some ssh access.

This is pretty straigthforward, and I am able to launch commands using

R -e 'source(myfile.R)' 

However, it could be useful to check the advancement of the computation from 
time to time, again via ssh.

Is there any way to do this?

Regards,
Timothée Poisot



--
Timothée POISOT
-
Institut des Sciences de l'Evolution
Université Montpellier 2, CC 065
Place Eugène Bataillon
34095 Montpellier CEDEX 5
-
Phone   :   (+33)4 67 14 40 61
Fax :   (+33)4 67 14 40 61
E-mail  :   tpoi...@um2.fr
Web :   http://www.timotheepoisot.fr/
--


[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.