Description Usage Arguments Value Examples
View source: R/summary_cophylo.R
Retrieves the structure of the class multiCophy
1 2 |
object |
An object of class multiCophy |
... |
Potential further arguments to generic str class |
NULL value
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | 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)
str(host_symb_sets)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.