View source: R/risk_matrix_summary_plot.R
risk_matrix_summary_plot | R Documentation |
This function makes a D3 visualization of monetary risk with non-linear x and y intervals.
risk_matrix_summary_plot( risk_data_matrix, x_intervals = rep(20, 5), y_intervals = rep(25, 4) )
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) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.