R/hyperoverlap.r

#' Hyperoverlap: Detection and Visualisation of Overlap in n-Dimensional Space
#'
#' @docType package
#' @name hyperoverlap
#'
#' @description Uses support vector machines to identify a perfectly separating hyperplane (linear or curvilinear) between two entities in high-dimensional space. If this plane exists, the entities do not overlap. Applications include overlap detection in morphological, resource or environmental dimensions.
#'
#' @details More details available in Brown et al. (2020) <doi:10.1111/2041-210X.13363> and vignette.
#'
#' @author Matilda Brown \email{matilda.brown@@utas.edu.au}
#'
#' @import ggplot2 e1071
#'
NULL

Try the hyperoverlap package in your browser

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

hyperoverlap documentation built on Aug. 10, 2021, 9:07 a.m.