mT.setName {MortalityTables} | R Documentation |
Sets a new name for the given mortality table or the list/table/array of mortalityTables
Description
Sets a new name for the given mortality table or the list/table/array of mortalityTables
Usage
mT.setName(table, name)
Arguments
table |
A life table object (instance of a |
name |
New name for the table. |
Examples
mortalityTables.load("Austria_Annuities")
mT.setName(AVOe2005R.male, name = "Austrian male Annuity table 2005-R")
[Package MortalityTables version 2.0.5 Index]