NELSI_0.2-package: NELSI: Nucleotide EvoLution Simulator

NELSI-packageR Documentation

NELSI: Nucleotide EvoLution Simulator

Description

NELSI simulates rates of molecular evolution along phylogenetic trees.

Details

Package: NELSI
Type: Package
Version: 0.2
Date: 2014-03-22
License: GPL (>= 2)

Author(s)

David Duchene and Sebastian Duchene Maintainer: Sebastian Duchene <sebastian.duchene@sydney.edu.au>

References

Pending.

Examples

set.seed(1234525)

myTree <- rcoal(50)

# Simulate uncorrelated rates with default parameters:
rateTree.default <- simulate.rate(tree = myTree, FUN = simulate.uncor.lnorm)
plot(rateTree.default, col.lineages = rainbow(50))

sebastianduchene/NELSI documentation built on Aug. 18, 2022, 11:45 p.m.