Nothing
# This file is part of the deadwood package for R.
# ############################################################################ #
# #
# Copyleft (C) 2025-2026, Marek Gagolewski <https://www.gagolewski.com> #
# #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU Affero General Public License #
# Version 3, 19 November 2007, published by the Free Software Foundation. #
# This program is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU Affero General Public License Version 3 for more details. #
# You should have received a copy of the License along with this program. #
# If this is not the case, refer to <https://www.gnu.org/licenses/>. #
# #
# ############################################################################ #
#' @title The Deadwood Outlier Detection Algorithm
#'
#' @description
#' See \code{\link{deadwood}()} for more details.
#'
#' @useDynLib deadwood, .registration=TRUE
#' @importFrom Rcpp evalCpp
#' @importFrom quitefastmst knn_euclid
#' @importFrom quitefastmst mst_euclid
#' @keywords internal
"_PACKAGE"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.