Skip to content

Commit

Permalink
case study 07 upload
Browse files Browse the repository at this point in the history
  • Loading branch information
yingzhou95 committed Dec 12, 2024
1 parent a3b9fb2 commit d728b38
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions week_07/CS_07_nocomments.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
library(tidyverse)
library(reprex)
library(sf)

library(spData)
data(world)



ggplot(world,aes(x=gdpPercap, y=continent, color=continent))+
geom_density(alpha=0.5,color=F)

0 comments on commit d728b38

Please sign in to comment.