####################################################################################################################################
################################## covMat ##########################################################################################
# >>
covMat <- R6::R6Class( "covMat",
inherit = CorCovMat,
# Public >> ############################################################################################
public = list(
initialize = function( dataFrame, # initialize >> ##################################################
columns = NULL,
methodName = "ParaMonte",
reportEnabled = TRUE,
Err ) {
super$initialize( dataFrame = dataFrame,
columns = columns,
methodName = methodName,
reportEnabled = reportEnabled,
Err )
}
) # << Public
)
# <<
################################## covMat ##########################################################################################
####################################################################################################################################
####################################################################################################################################
################################## Help Code #######################################################################################
# >>
# covMatObj = covMat$new(arg)
# <<
################################## Help Code #######################################################################################
####################################################################################################################################
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.