str.multiCophy: Retrieve the structure of a class multiCophy

Description Usage Arguments Value Examples

View source: R/summary_cophylo.R

Description

Retrieves the structure of the class multiCophy

Usage

1
2
## S3 method for class 'multiCophy'
str(object, ...)

Arguments

object

An object of class multiCophy

...

Potential further arguments to generic str class

Value

NULL value

Examples

 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)

treeducken documentation built on March 3, 2021, 1:11 a.m.