#' mask: Anomaly Detection in Multivariate Spatio-temporal data with K-measurements
#'
#' This package provides a framework to detect spatial anomalies in
#' multivariate spatio-temporal data (tensor data, multiway data).
#' An anomaly is a spatial point or region that deviates significantly
#' from the global and/or local distribution of a given network.
#'
#' @seealso The core functions in this package: \code{\link{find_spatial_outlier}},
#' \code{\link{plot_spatial_outliers}}
#'
#' @docType package
#' @name mask
NULL
utils::globalVariables(c("site_ID", "type", "site", "score"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.