risk_matrix_points_plot {CNAIM} | R Documentation |
Make a risk matrix with individual asset points
Description
This function makes a D3 visualization of monetary risk with each asset as a point on the grid.
Usage
risk_matrix_points_plot(risk_data_matrix, dots_vector, dot_radius)
Arguments
risk_data_matrix |
Long format matrix data. |
dots_vector |
Coordinates of the dots. |
dot_radius |
Radius of the dots. |
[Package CNAIM version 2.1.4 Index]