filmov
tv
Set x & y scale limits with ggplot2 in R (2 minutes)
Показать описание
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.