R/stn.R

Defines functions stn

Documented in stn

stn <-
function(obj, k, ending, epsilon){
  UseMethod("stn", obj)
}
yuki0425/mc documentation built on May 4, 2019, 7:44 p.m.