powered by
Plot arbitrary transition matrix.
plot_transition_mat(x, title = NULL, subtitle = NULL, ub = 1, lb = -1)
Matrix. An arbitrary transition matrix.
Character. A title for the plot.
Character. A subtitle for the plot.
Numeric. Upper bound on coefficient values for heatmap index. Default is 1.
Numeric. Lower bound on coefficient values for heatmap index. Default is -1.
# NOT RUN { plot_transition_mat(matrix(rnorm(25),5,5), title= "Example") # }
Run the code above in your browser using DataLab