View source: R/matrix_functions.R
matrix_adjusted_circles | R Documentation |
This function manipulates the data structure before inputting into javascript D3 risk matrix visualization
matrix_adjusted_circles(risk_data_matrix, dots_vector, dot_radius)
risk_data_matrix |
Long format matrix data. |
dots_vector |
Coordinates of the dots. |
dot_radius |
Radius of the dots. |
Long format matrix data. circles for D3 matrix visualization adjusted
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.