#include "node.h"
#include "genealogy.h"
#include "generics.h"
#include "internal.h"
#include <Rinternals.h>
Go to the source code of this file.
|
| SEXP | genealSum (SEXP args) |
| | combine genealogies
|
| |
◆ genealSum()
| SEXP genealSum |
( |
SEXP | args | ) |
|
combine genealogies
Definition at line 49 of file sum.cc.
49 {
50 args = CDR(args);
52 A.time() = R_NegInf;
53 while (args != R_NilValue) {
54 A += CAR(args);
55 args = CDR(args);
56 }
59 SET_ATTR(
S,install(
"class"),mkString(
"gpgen"));
60 UNPROTECT(1);
62 }
SEXP serial(const TYPE &X)
binary serialization