#include "genealogy.h"
#include "generics.h"
#include "internal.h"
Go to the source code of this file.
◆ parse_newick()
SEXP parse_newick |
( |
SEXP |
X, |
|
|
SEXP |
T0, |
|
|
SEXP |
Tf |
|
) |
| |
A parser for Newick code. Returns a genealogy in the phylopomp format.
Definition at line 10 of file parse.cc.
11 PROTECT(X = AS_CHARACTER(X));
12 PROTECT(T0 = AS_NUMERIC(T0));
13 PROTECT(Tf = AS_NUMERIC(Tf));
14 double t0 = *REAL(T0);
15 double tf = *REAL(Tf);
17 std::string x = CHAR(STRING_ELT(X,0));
SEXP serial(const TYPE &X)
binary serialization