Learn R Programming

LexisPlotR (version 0.4.0)

prepare.hmd: Deprecated. Prepare HMD data for lexis.hmd()

Description

prepare.hmd() prepares the raw 'Deaths by Lexis triangles' HMD data for further use by lexis.hmd.

Usage

prepare.hmd(file)

Arguments

file,

the name of the 'Deaths by Lexis triangles' file downloaded from the Human Mortality Database.

Details

This function reads the raw data into R and transforms data to numeric and Date. Furthermore seven columns (upper, x1, x2, x3, y1, y2, y3) that contain the coordinates of the triangles will be added. The age group 110+ will be removed from the data.

Examples

Run this code
# NOT RUN {
library(LexisPlotR)
# Load sample data
path <- system.file("extdata", "Deaths_lexis_sample.txt", package = "LexisPlotR")
deaths.triangles <- prepare.hmd(path)
# }

Run the code above in your browser using DataLab