Skip to content

Commit

Permalink
updated geoms bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lokeshbio committed Oct 28, 2022
1 parent e8ba954 commit 4da0081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lab_gg1.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ ggplot(data=iris,mapping=aes(x=Petal.Length,y=Petal.Width))+
geom_smooth(method="lm")
```

There are many other `geoms` and you can find most of them here in this [cheatsheet](https://rstudio.com/wp-content/uploads/2016/11/ggplot2-cheatsheet-2.1.pdf)
There are many other `geoms` and you can find most of them here in this [cheatsheet](https://www.maths.usyd.edu.au/u/UG/SM/STAT3022/r/current/Misc/data-visualization-2.1.pdf)

### Gene counts data

Expand Down

0 comments on commit 4da0081

Please sign in to comment.