Accessing conmat attributes
accessors.Rd
Accessing conmat attributes
Usage
age(x)
age_label(x)
# S3 method for default
age_label(x)
# S3 method for conmat_population
age_label(x)
population_label(x)
# S3 method for default
population_label(x)
# S3 method for conmat_population
population_label(x)
population(x)
Examples
if (FALSE) {
perth <- abs_age_lga("Perth (C)")
age(perth)
age_label(perth)
population(perth)
population_label(perth)
}