rich-iannone / DiagrammeR
Showing 1 of 1 files from the diff.
Newly tracked file
R/generate_dot.R changed.

@@ -452,7 +452,6 @@
Loading
452 452
      } else if ('cluster' %in% colnames(nodes_df)) {
453 453
454 454
        cluster_vals <- nodes_df$cluster
455 -
        cluster_vals[cluster_vals == ""] <- NA_character_
456 455
457 456
        clustered_node_block <- character(0)
458 457
        clusters <- split(node_block, cluster_vals)
Files Coverage
R 81.04%
Project Totals (241 files) 81.04%
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file. The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files. The size and color of each slice is representing the number of statements and the coverage, respectively.
Grid
Each block represents a single file in the project. The size and color of each block is represented by the number of statements and the coverage, respectively.
Loading