filmov
tv
Set x & y scale limits with ggplot2 in R (2 minutes)
![preview_player](https://i.ytimg.com/vi/2byZx6hz87Y/maxresdefault.jpg)
Показать описание
This short R tutorial explains how to simply set the x and y scale limits with ggplot2 in R / RStudio. The video shows how to set the scale for a scatter plot (geom_point) with xlim and ylim, but also with scale_x_continuous and scale_y_continuous.