diff --git a/R/check_depth.R b/R/check_depth.R index 1e4f328..707f148 100644 --- a/R/check_depth.R +++ b/R/check_depth.R @@ -73,8 +73,7 @@ check_depth_column <- function(result, data, column, lookupvalues, depthmargin, #' print(r) #' plot_map_leaflet(abra[r$row,], popup = "id") #' } -#' @seealso \code{\link{check_onland}} \code{\link{check_outliers_dataset}} -#' \code{\link{check_outliers_species}} \code{\link{lookup_xy}} +#' @seealso \code{\link{check_onland}} \code{\link{lookup_xy}} #' @export check_depth <- function(data, report = FALSE, depthmargin = 0, shoremargin = NA, bathymetry = NULL) { errors <- check_lonlat(data, report) diff --git a/R/check_onland.R b/R/check_onland.R index a7900d6..8a208e9 100644 --- a/R/check_onland.R +++ b/R/check_onland.R @@ -21,8 +21,7 @@ #' ok <- check_onland(abra, report = FALSE, buffer = 100) #' print(nrow(ok)) #' } -#' @seealso \code{\link{check_depth}} \code{\link{check_outliers_dataset}} -#' \code{\link{check_outliers_species}} \code{\link{lookup_xy}} +#' @seealso \code{\link{check_depth}} \code{\link{lookup_xy}} #' @export check_onland <- function(data, land = NULL, report = FALSE, buffer = 0, offline = FALSE) { errors <- check_lonlat(data, report)