risk_matrix_structure {CNAIM}R Documentation

Makes a default risk matrix structure

Description

This function makes a simple matrix structure that can be used as an input to the risk_matrix_points and risk_matrix_summary functions

Usage

risk_matrix_structure(cols, rows, value = NA)

Arguments

cols

Number of columns

rows

Number of rows

value

Default value of each cell


[Package CNAIM version 2.1.4 Index]