print.cont_phase_type | R Documentation |
Print method for cont_phase_type
, disc_phase_type
,
mult_cont_phase_type
and mult_disc_phase_type
classes.
## S3 method for class 'cont_phase_type' print(x, ...) ## S3 method for class 'disc_phase_type' print(x, ...) ## S3 method for class 'mult_cont_phase_type' print(x, ...) ## S3 method for class 'mult_disc_phase_type' print(x, ...)
x |
phase-type object |
... |
other arguments not used by this method |
Prints the phase-type object as a list.
subintensity_matrix <- matrix(c(-1.5, 1.5, 0, 0, -1, 1, 0, 0, -0.5), ncol = 3, byrow = TRUE) ph1 <- PH(subintensity_matrix) print(ph1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.