Learn R Programming

Lock5withR (version 1.2.2)

TenCountries: Ten Countries

Description

A subset of the ALLCountries data for a random sample of ten countries

Arguments

Format

A data frame with 10 observations on the following 4 variables.
  • Country a factor with levels Armenia Bahamas Lebanon Macedonia North Korea Romania Serbia Slovenia Tunisia Uzbekistan
  • Code a factor with levels ARM BHS LBN MKD PRK ROU SRB SVN TUN UZB
  • Area a numeric vector
  • PctRural a numeric vector

Examples

Run this code

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

Run the code above in your browser using DataLab