Description Usage Arguments Value Functions Author(s) See Also Examples
View source: R/summary_cophylo.R
Combines cophylogenetic sets into a multiCophy object.
1 2 3 4 5 |
... |
Values of class 'cophy' |
An object of class 'multiCophy'
c.multiCophy
: Combines two multiCophy objects into one multiCophy object
Wade Dismukes and Emmanuel Paradis
'c' generic function
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | h_lambda <- 1.0
h_mu <- 0.3
c_lambda <- 0.0
s_lambda <- 1.0
s_mu <- 0.3
s_her <- 0.0
host_symb_sets <- sim_cophylo_bdp(hbr = h_lambda,
hdr = h_mu,
sbr = s_lambda,
cosp_rate = c_lambda,
sdr = s_mu,
host_exp_rate = s_her,
time_to_sim = 1.0,
numbsim = 2)
host_symb_sets2 <- sim_cophylo_bdp(hbr = h_lambda,
hdr = h_mu,
sbr = s_lambda,
cosp_rate = c_lambda,
sdr = s_mu,
host_exp_rate = s_her,
time_to_sim = 1.0,
numbsim = 2)
multi_host_symb <- c(host_symb_sets[[1]], host_symb_sets2[[2]])
multi_host_symb_alt <- c(host_symb_sets, host_symb_sets2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.