geom_ord_ellipse {MicrobiotaProcess} | R Documentation |
add confidence ellipse to ordinary plot
geom_ord_ellipse( data = NULL, mapping = NULL, ellipse_pro = 0.9, alpha = 0.3, show.legend = NA, inherit.aes = TRUE, ... )
data, |
default is NULL. |
mapping, |
aes mapping, default is NULL. |
ellipse_pro |
numeric, confidence value for the ellipse, default is 0.9 |
alpha |
numeric, alpha of ellipse, default is 0.2 |
show.legend, |
default is NA. |
inherit.aes, |
default is TRUE |
... |
additional parameters |
ggplot layer
Guangchuang Yu
http://lchblogs.netlify.com/post/2017-12-22-r-addconfellipselda/