R Documentation |
Format for pretty printing.
x |
a mortaar_life_table or a mortaar_life_table_list. |
class_of_deceased |
optional string, specify the class of deceased (male, female, phase, ...). |
... |
further arguments passed to or from other methods. |
A string representation of the mortaar_life_table or the mortaar_life_table_list. For format.mortaar_life_table_list each mortaar_life_table is formatted by itself and strung together. The names of the elements are used to specify the name in the returned header of the printout.
# Create a mortaar_life_table from a prepared dataset. schleswig_1 <- life.table(schleswig_ma[c("a", "Dx")]) print(schleswig_1) # Create a mortaar_life_table_list from two datasets. odagsen <- life.table(list( "corpus mandibulae" = odagsen_cm[c("a", "Dx")], "margo orbitalis" = odagsen_mo[c("a", "Dx")] )) print(odagsen)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.