Thang log

Giới thiệu về Tidyverse

David Robinson

Chief Data Scientist, DataCamp

Biểu đồ phân tán

Biểu đồ phân tán

library(ggplot2)

ggplot(gapminder, aes(x = gdpPerCap, y = lifeExp)) +
  geom_point()
Giới thiệu về Tidyverse

Thang log

ggplot(gapminder_2007, aes(x = gdpPercap, y = lifeExp)) +
  geom_point() +
  scale_x_log10()
Giới thiệu về Tidyverse

Hãy thực hành!

Giới thiệu về Tidyverse

Preparing Video For Download...