Skip to contents

This function needs to be run on the edgelist and node_measures list and you will need to have run the calculate_degrees, evaluate_concepts, paradigm_support and instrument_support functions on your data prior to running this function to reap the function's full potential. This function reformats the egdelist and node_measure lists resulting from the previously ran function so you can make create these into an interactive_cm with the "interactive_visual_cm" function in this package which in turn relies on the VisNetworks package.

Usage

prep_cm_visualisation(edgelist, node_measures)

Arguments

edgelist

an edgelist

node_measures

an node_measures list

Value

Returns a list of lists

Examples

if (FALSE) {
#


}