Skip to contents

This function plot the mortality rate over time for the disease and country chosen. For a list of available disease and country refer back to disease_list(), country_list().

Usage

plot_dis(disease = NULL, country = NULL)

Arguments

disease

A character of disease name you want to see the changes. See a full list of diseases by disease_list().

country

A character of the country name you want to learn the changes. See a full list of countries by country_list().

Value

Return a ggplot object.

Examples

plot_dis(disease = "Cardiovascular diseases", country = "Australia")