R/superClassAnalysis.R

#' Toolbox for supervised classifications
#'
#' This R package contains several functions which are designed to increase the accurcacy
#' of a supervised classification. The functions are based on the \code{\link[RStoolbox]{superClass}}
#' function from the \href{https://bleutner.github.io/RStoolbox/}{RStoolbox} package by Benjamin Leutner
#' \url{benjamin.leutner@uni-wuerzburg.de}.
#'
#' @details Functions included in this package are:
#' \itemize{
#'   \item \code{\link{LoadPackages}}
#'   \item \code{\link{SampleSaturation}}
#'   \item \code{\link{ResolutionSaturation}}
#'   \item \code{\link{PolygonSaturation}}
#' }
#'
#' @docType package
#'
#' @author Marius Philipp \email{marius.philipp@stud-mail.uni-wuerzburg.de}
#'
#' @name superClassAnalysis
NULL
MBalthasar/superClassAnalysis documentation built on July 12, 2019, 12:53 a.m.