View source: R/plot_adjacency_mat.R
calls DiagrammeR
| 1 2 3 4 5 6 7 | plot_adjacency_mat(
  adj_mat,
  title = NULL,
  draw_edge_labels = TRUE,
  node_labels = NULL,
  round_digit = 2
)
 | 
| adj_mat | (numerical matrix) from: col -> to: row | 
| title | (character) plot title | 
| draw_edge_labels | (TRUE/FALSE) if FALSE, remove edge labels | 
| node_labels | (numeric or character vector) node labels | 
| round_digit | (integer) maximum digits | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.