R/data.R
anomalies.Rd
Simulated data with anomalies
anomaly1 anomaly2 anomaly3 anomaly4 anomaly5
A datasets with anomalies
Created by Di Cook.
numeric variables
require(GGally) #> Loading required package: GGally #> Loading required package: ggplot2 #> Registered S3 method overwritten by 'GGally': #> method from #> +.gg ggplot2 data(anomaly1) data(anomaly2) ggscatmat(anomaly1) ggscatmat(anomaly2)