View source: R/matrix_functions.R
matrix_adjusted_intervals | R Documentation |
This function manipulates the data structure before inputting into javascript D3 risk matrix visualization
matrix_adjusted_intervals(risk_data_matrix, x_intervals, y_intervals)
risk_data_matrix |
Long format matrix data. |
x_intervals |
An array of x spacing in percent (sum to 100) |
y_intervals |
An array of y spacing in percent (sum to 100) |
Long format matrix data. intervals for matrix D3 visualization adjusted
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.