R/print.ecespa.kmm.R

Defines functions `print.ecespa.kmm`

`print.ecespa.kmm` <-
function(x, ...)
{
    if(!is.null(x$nsim)){
cat("mark-weighted K function computed on",x$dataname,"\nand tested with",
               x$nsim,"random permutations of marks.\n")
    }
    if(is.null(x$nsim)){
cat("mark-weighted K function computed on",x$dataname,"\n")
   }
cat("plot it to see the result.\n")
}

Try the ecespa package in your browser

Any scripts or data that you put into this service are public.

ecespa documentation built on Jan. 6, 2023, 1:21 a.m.