## Region Population Income Area
## Length:6 Min. : 200.0 Min. : 3645 Min. :11342
## Class :character 1st Qu.: 277.5 1st Qu.: 4064 1st Qu.:20322
## Mode :character Median : 777.5 Median :13990 Median :47525
## Mean :2738.5 Mean :23296 Mean :37796
## 3rd Qu.:5202.2 3rd Qu.:41538 3rd Qu.:51244
## Max. :7888.0 Max. :56676 Max. :56647
## 'data.frame': 15537 obs. of 6 variables:
## $ long : num -87.5 -87.5 -87.5 -87.5 -87.6 ...
## $ lat : num 30.4 30.4 30.4 30.3 30.3 ...
## $ group : num 1 1 1 1 1 1 1 1 1 1 ...
## $ order : int 1 2 3 4 5 6 7 8 9 10 ...
## $ region : chr "alabama" "alabama" "alabama" "alabama" ...
## $ subregion: chr NA NA NA NA ...
## 'data.frame': 6 obs. of 5 variables:
## $ region : chr "1" "2" "3" "4" ...
## $ Region : chr "Alabama" "Alaska" "sdf" "eee" ...
## $ Population: num 1111 444 222 6566 7888 ...
## $ Income : num 23425 3645 3900 47575 56676 ...
## $ Area : num 50705 56647 11342 51423 44345 ...
## - attr(*, "spec")=
## .. cols(
## .. Region = col_character(),
## .. Population = col_double(),
## .. Income = col_double(),
## .. Area = col_double()
## .. )
Note that the echo = FALSE
parameter was added to the code chunk to prevent printing of the R code that generated the plot.