R/k_means.R

Defines functions skm pkm

Documented in pkm skm

## k_means.R (2024-01-04)

## Copyright 2021-2024 Emmanuel Paradis

## This file is part of the R-package `sentinel'.
## See the file ../COPYING for licensing issues.

pkm <- function(...)
{
    message("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\npkm() was removed from 'sentinel' to the package 'prokmeans'\n(currently on GitHub).\n!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
    NULL
}

skm <- function(...)
{
    message("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\npkm() was removed from 'sentinel' to the package 'prokmeans'\n(currently on GitHub).\n!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
    NULL
}
emmanuelparadis/sentinel documentation built on May 2, 2024, 4:52 a.m.