R/dendogram.b.R

# This file is a generated template, your changes will not be overwritten

dendogramClass <- if (requireNamespace('jmvcore')) R6::R6Class(
    "dendogramClass",
    inherit = dendogramBase,
    private = list(
        .run = function() {


            # https://www.r-graph-gallery.com/dendrogram.html


            # `self$data` contains the data
            # `self$options` contains the options
            # `self$results` contains the results object (to populate)

        })
)
sbalci/ClinicoPathJamoviModule documentation built on Feb. 25, 2025, 6:34 a.m.