Nothing
Viterbi <- function (object, ...){
if (inherits(object, "numeric"))
do.call(Viterbihmm, list(object, ...))
else if (inherits(object, "mmpp"))
stop("Viterbi does not yet have a method for objects of class 'mmpp'.")
else UseMethod("Viterbi")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.