R/Klovan_2D_all_outlier.R

#' Klovan mining dataset
#'
#' The `klovan` outlier dataset provides exploration data for geostatistics and analytical methods with an erroneous data point. The region has undergone extensive geological investigation, revealing the position of a known ore body.
#' The erroneous allows for investigation into how outliers effect the packages analytical methods.
#'
#' @format A data frame with observations of various geological variables
#'   @item rank: Rank of the observation
#'   @item C_X: X-coordinate of the observation
#'   @item C_Y: Y-coordinate of the observation
#'   @item P_Elong: Elongation of the geological feature
#'   @item P_Fe: Iron content in the geological feature
#'   @item P_Fold: Folding factor of the geological feature
#'   @item P_Fract: Fracturing level of the geological feature
#'   @item P_Mg: Magnesium content in the geological feature
#'   @item P_Na: Sodium content in the geological feature
#'   @item P_Space: Spatial arrangement factor of the geological feature
#'   @item P_Sulfide: Sulfide content in the geological feature
#'   @item P_Veins: Veining factor of the geological feature
#'   @item P_XLSize: Size of the geological feature
#'
#' @keywords dataset geology geostatistics datascience PCA FA
"Klovan_2D_all_outlier"

Try the klovan package in your browser

Any scripts or data that you put into this service are public.

klovan documentation built on May 29, 2024, 2:40 a.m.