#' n Oder Direct Following Diagram Class
#'
#' @description a class for nDFD.
#
#' @import progress DiagrammeR
#' @export
nDFD<-function( parameters.list = list() ) {
loadDataset<-function( ) {
}
getClass<-function( ) {
}
#=================================================================================
# costructor
#=================================================================================
costructor<-function( verboseMode ) {
}
costructor( verboseMode = verbose.mode);
#=================================================================================
return(list(
"loadDataset"=loadDataset,
"getClass"=getClass
))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.