A square matrix of transition probabilities. See examples.
The function genhzTableToAdjMat() returns a square adjacency matrix.
See examples.
The function mostLikelyHzSequence() returns the most likely sequence of
horizons, given a markovchain object initialized from horizon
transition probabilities and an initial state, t0. See examples.
Arguments
x
a SoilProfileCollection object.
name
A horizon level attribute in x that names horizons.
loopTerminalStates
should terminal states loop back to themselves?
This is useful when the transition probability matrix will be used to
initialize a markovchain object. See examples below.