construct_design: Function to create a rule-action matrix

View source: R/construct_ra_mat.R

construct_designR Documentation

Function to create a rule-action matrix

Description

The function creates a rule-action matrix (i.e. an obfuscation design) subject to a list of pre-programmed restrictions. These restrictions are in place to ensure that no invalid designs are created. Some of these restrictions can be changed by the user by appropriately specifying the design_opt_input. Each matrix is a design for one period of the the obfuscation game. This function is for internal use only. To create an obfuscation design, the user should use generate_designs.

Usage

construct_design(design_opt)

Arguments

design_opt

List of design options

Value

A rules-action matrix


obfuscatoR documentation built on Sept. 8, 2023, 5:48 p.m.