determines the number of facies transitions in a stratigraphic column and stores the output in a matrix
See also
transition_matrix()
for the facies transition matrix with transition frequencies
Examples
#stratigraphic column with 90 beds
s = as_stratcol(thickness = runif(90), facies = rep(c(1,2,3), 30))
m = trans_count_matrix(s)