We can do that with the size parameter. ggplot(data = scatter_data, aes(x = x_var, y = y_var)) + geom_point(color = 'red', size = 4).
確定! 回上一頁