phylopomp
Phylodynamics for POMPs
Loading...
Searching...
No Matches
yaml.cc File Reference
#include "ball.h"
#include "pocket.h"
#include "node.h"
#include "nodeseq.h"
#include "genealogy.h"
#include "internal.h"
Include dependency graph for yaml.cc:

Go to the source code of this file.

Functions

SEXP yaml (SEXP State)
 extract a YAML description
 

Function Documentation

◆ yaml()

SEXP yaml ( SEXP State)

extract a YAML description

Definition at line 78 of file yaml.cc.

78 {
79 genealogy_t A = State;
80 return mkString(A.yaml().c_str());
81 }
Encodes a genealogy.
Definition genealogy.h:19
string_t yaml(string_t tab="") const
human/machine-readable info
Definition yaml.cc:64
Here is the call graph for this function: