R/ZZglobalVars.r

### Pour ouverture automatique de l'interface lors du chargement du package
#.onLoad <- function(libname = find.package("uHMM"), pkgname = "uHMM") {
#  uHMMinterface()
#}

# Pour eviter notes "<anonymous>: no visible binding for global variable"
globalVariables(c("CstateSeq","CsymbolSeq","selectedNames","estimatedHMM","symbCentersNorm","symbCenters","normParams","uHMMenv",
                  "nbSymbols","gap","MstateSeq","trainingRows","MarelCarnot","validationPeriod"
                  ))

Try the uHMM package in your browser

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

uHMM documentation built on May 2, 2019, 9:16 a.m.