Learn R Programming

Rfmtool (version 5.0.3)

fm.ShowCoalitions: Show Coalitions function

Description

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

Usage

fm.ShowCoalitions(env = NULL)

Value

output

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

Arguments

env

Environment variable obtained from fm.Init(n).

Author

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

Examples

Run this code
  env<-fm.Init(3)
  ShowCoalitions <- fm.ShowCoalitions(env)
  ShowCoalitions 
  

Run the code above in your browser using DataLab