R/Kmodel.R

Defines functions pcfmodel Kmodel

Documented in Kmodel pcfmodel

#
#  Kmodel.R
#
# Kmodel and pcfmodel
#
#  $Revision: 1.1 $  $Date: 2011/05/30 14:02:21 $
#

Kmodel <- function(model, ...) {
  UseMethod("Kmodel")
}

pcfmodel <- function(model, ...) {
  UseMethod("pcfmodel")
}
spatstat/spatstat.core documentation built on July 26, 2024, 10:44 a.m.