R/999.NonDocumentedObjects.R

###########################################################################/**
# @RdocDocumentation "Non-documented objects"
#
# % Plot functions
# @alias lines.XYCurveFit
#
# % Matrix operations
# @alias rowAverages
# @alias rowAverages.matrix
#
# % Simple linear-algebra
# @alias projectUontoV
# @alias scalarProduct
# @alias tr
#
# % Miscellaneous statistical functions
# @alias likelihood
# @alias predict.lowess
#
# \description{
#   This page contains aliases for all "non-documented" objects that
#   \code{R CMD check} detects in this package.
#
#   Almost all of them are \emph{generic} functions that have specific
#   document for the corresponding method coupled to a specific class.
#   Other functions are re-defined by \code{setMethodS3()} to
#   \emph{default} methods. Neither of these two classes are non-documented
#   in reality.
#   The rest are deprecated methods.
# }
#
# @keyword internal
#*/###########################################################################

############################################################################
# HISTORY:
# 2005-02-10
# o Created to please R CMD check.
############################################################################
HenrikBengtsson/aroma.light documentation built on July 3, 2023, 1:57 a.m.