Description Usage Arguments Details Value Note Author(s) References See Also Examples
View source: R/BioGeoBEARS_readwrite_v1.R
Parse the output of a python LAGRANGE
.
1 2 3 4 |
outfn |
The python |
outputfiles |
Should parsed output be written to files? Default FALSE. |
results_dir |
The directory |
new_splits_fn |
Should a text file containing a
table of the splits and their probabilities be output?
Default |
new_states_fn |
Should a text file containing a
table of the states and their probabilities be output?
Default |
filecount |
The starting number for the filecount (relevant if one is processing many files). |
append |
Should results be appended to preexisting
file? (default |
Python LAGRANGE is run from a UNIX/Terminal command-line
with a command such as "python
lagrangefilename.py
". You will need to have the
"lagrange" python directory in your working directory.
The input file can be obtained from http://www.reelab.net/lagrange/configurator/index (Ree (2009)).
Python comes installed on many machines, or can be downloaded from the Enthought Python Distribution (https://www.enthought.com/products/epd/).
sumstats A data.frame
containing the
summary statistics (LnL, d and e rates, etc.) The splits
filename is output to screen.
Go BEARS!
Nicholas J. Matzke matzke@berkeley.edu
https://code.google.com/p/lagrange/ https://www.enthought.com/products/epd/ http://www.reelab.net/lagrange/configurator/index
Ree2009configurator
Matzke_2012_IBS
ReeSmith2008
get_lagrange_nodenums
,
LGpy_splits_fn_to_table
1 | test=1
|
Loading required package: rexpokit
Loading required package: SparseM
Attaching package: 'SparseM'
The following object is masked from 'package:base':
backsolve
Loading required package: Rcpp
Loading required package: cladoRcpp
Loading required package: ape
Loading required package: phylobase
Attaching package: 'phylobase'
The following object is masked from 'package:ape':
edges
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.