Creates a network plot showing relationships between codes based on co-occurrence patterns. Node sizes reflect total co-occurrences, edge thickness shows Jaccard similarity, and edge opacity indicates phi coefficient magnitude.
generate_network_visualization(co_matrix, jaccard_matrix, phi_matrix, codes)A recordedplot object containing the network visualization
Matrix of raw co-occurrence counts between codes
Matrix of Jaccard similarity coefficients
Matrix of phi coefficients
Character vector of code names