Learn R Programming

Lock5withR (version 1.2.2)

LifeExpectancyVehicles: Life Expectancy and Vehicle Registrations

Description

Life Expectancy and Vehicle Registrations

Arguments

Format

A data frame with 40 observations on the following 3 variables.
  • Year a numeric vector
  • LifeExpectancy a numeric vector
  • Vehicles a numeric vector

Examples

Run this code

data(LifeExpectancyVehicles)
## maybe str(LifeExpectancyVehicles) ; plot(LifeExpectancyVehicles) ...

Run the code above in your browser using DataLab