You can add an ellipse to your scatter plot adding the stat_ellipse layer, as shown in the example below. # install.packages("ggplot2") library(ggplot2) ggplot( ...
確定! 回上一頁