Plots the possible progression paths in the stochastic model based on the transition matrix.
The endges in the graph exist, if there is a transition function between given two states.
Usage
graphHf(hfNames, statesNames = rownames(hfNames))
Arguments
hfNames
a matrix with names of hazard functions;
statesNames
a list of names of the states. By default rows names of HfNames
Value
ghf - a graph with statesNames as nodes. There are egdes between states,
where the hazard function is not "impossible" nor "NULL"