From 335541ca596a66164d961a7f3416d1f27cc3cac5 Mon Sep 17 00:00:00 2001 From: dicook Date: Thu, 7 Mar 2024 19:11:05 +1100 Subject: [PATCH] setting default size of ellipse to be 3 --- R/display-xy.r | 1 - 1 file changed, 1 deletion(-) diff --git a/R/display-xy.r b/R/display-xy.r index 0e95d1a9..bdccd7fb 100644 --- a/R/display-xy.r +++ b/R/display-xy.r @@ -176,7 +176,6 @@ display_xy <- function(center = TRUE, axes = "center", half_range = NULL, mdst <- sqrt(mahalanobis(data, center=rep(0, ncol(data)), cov=ellipse)) #mdst <- mahal_dist(data, ellipse) anomalies <- which(mdst > ellsize) - cat(length(anomalies), "\n") points(x[anomalies,], col = "red", pch = 4,