rel_transition: Add a state transition from one state to one or several...

Description Usage Arguments Value

View source: R/relhold.R

Description

Add a state transition from one state to one or several states. For more complex games, it may be preferable to use the arguments trans.fun of link{rel_states} instead.

Usage

1
rel_transition(g, xs, xd, ..., prob = 1)

Arguments

g

a relational contracting game created with rel_game

xs

Name(s) of source states

xd

Name(s) of destination states

...

named action and their values

prob

transition probability

Value

Returns the updated game


skranz/RelationalContracts documentation built on March 6, 2021, 11:54 a.m.