On 6/27/2012 3:20 AM, Peppino wrote:
Hi I am new with R
I Have to build a binary tree with R. I'm very confused was wondering if
anyone had any R sample code they would share.
Any bady can help me?
You might want to look at the R Task view for phylogenetics:
http://cran.r-project.org/web/views
Hi I am new with R
I Have to build a binary tree with R. I'm very confused was wondering if
anyone had any R sample code they would share.
Any bady can help me?
Bye
Giuseppe
--
View this message in context:
http://r.789695.n4.nabble.com/binary-tree-tp4634593.html
Sent from the R help mailin
On Tue, Oct 05, 2010 at 06:13:04PM -0400, Mike Marchywka wrote:
> I guess it wouldn't be too far a field to discuss benefits
> of data stucture exploration in R vs cpp or java- Especially
> for something like this where you may want to time it in a multithreaded
> setting- you can always instrume
inary_tree
> From: marchy...@hotmail.com
> To: matl...@cs.ucdavis.edu; r-help@r-project.org
> > Date: Tue, 5 Oct 2010 14:57:40 -0700
> > From: matl...@cs.ucdavis.edu
> > To: r-help@r-project.org
> > Subject: Re: [R] binary tree
> Date: Tue, 5 Oct 2010 14:57:40 -0700
> From: matl...@cs.ucdavis.edu
> To: r-help@r-project.org
> Subject: Re: [R] binary tree construction in R
>
> MK wrote:
>
> > Hi all,
> >
> > I'm very new to R a
MK wrote:
> Hi all,
>
> I'm very new to R and I'm trying to construct a threaded binary tree using
> recursive functions.
>
> I'm very confused was wondering if anyone had any R sample code they would
> share. I've come across a lot of C++ code(nothing in R) and this is not
> helping.
>
> best,
Hi all,
I'm very new to R and I'm trying to construct a threaded binary tree using
recursive functions.
I'm very confused was wondering if anyone had any R sample code they would
share. I've come across a lot of C++ code(nothing in R) and this is not
helping.
best,
MK
--
View this message
If I am right informed, 'is.binary.tree' cannot test for root
polytomies.
Consider this example:
tree.hiv <- read.tree(text="((rat,mouse,(human,chimp)), kangaroo);")
is.binary.tree(tree.hiv)# will yield 'FALSE'
For further questions you might be better advised to use the 'R-s
Dear all,
I was testing the wonderful package APE.
However upon testing a particular Newick's format
tree - which I think to be a non-binary tree -
it yields different result as expected.
> library(ape)
> tree.hiv <- read.tree(text="(rat,mouse,(human,chimp));")
> is.binary.tree(tree.hiv)
[1] TRU
9 matches
Mail list logo