Open ArtPoon opened 7 years ago
I was wondering if it would be more appropriate to replace the help text with a string that corresponds to the way the expressions are coded in Kaphi.
For example:
models <- list(
"Coalescent" = list(
Constant = "const.coalescent"
),
"Compartmental" = list(
SIRD = "sir.dynamic",
SIRND = "sir.nondynamic",
SEIR = "seir",
SIS = "sis"
),
"Networks" = list(
),
"Speciation" = list(
Yule = "yule",
BirthDeath = "bd",
BiSSE = "bisse",
MuSSE = "musse",
QuaSSE = "quasse",
GeoSSE = "geosse",
BiSSness = "bisseness",
ClaSSE = "classe"
)
)
Let's have both:
models <- list(
"Coalescent" = list(
Constant = list(Rexp="const.coalescent", help.txt="foo")
),
@0ldM4j0r to test implementation of this on a separate branch
For example:
and