fm.ShowCoalitions: Show Coalitions function

View source: R/Rfmtool.r

fm.ShowCoalitionsR Documentation

Show Coalitions function

Description

Return the decimal expression for the subsets A. In binary and in cardinality ordering respectively.

Usage

  fm.ShowCoalitions(env = NULL)

Arguments

env

Environment variable obtained from fm.Init(n).

Value

output

is the array of integers which show the decimal expressions for all 2^n coalitions.

Author(s)

Gleb Beliakov, Andrei Kelarev, Quan Vu, Daniela L. Calderon, Deakin University

Examples

 
  env<-fm.Init(3)
  ShowCoalitions <- fm.ShowCoalitions(env)
  ShowCoalitions 
  

Rfmtool documentation built on Feb. 16, 2023, 9:21 p.m.