filmov
tv
Draw ggplot2 Plot with Lines & Points in R (Example) | Add Scatterplot Line | geom_line & geom_point
![preview_player](https://i.ytimg.com/vi/uO9Tpi9Sd78/maxresdefault.jpg)
Показать описание
R code of this video:
y = c(1, 7, 4, 1, 2))
library("ggplot2")
ggplot(data, aes(x, y)) + # Draw ggplot2 plot
geom_line() +
geom_point()
Follow me on Social Media:
y = c(1, 7, 4, 1, 2))
library("ggplot2")
ggplot(data, aes(x, y)) + # Draw ggplot2 plot
geom_line() +
geom_point()
Follow me on Social Media: