Skip to contents

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)

Arguments

x

conmat_population data frame

Value

age or population symbol or label

Examples

if (FALSE) {
perth <- abs_age_lga("Perth (C)")
age(perth)
age_label(perth)
population(perth)
population_label(perth)
}