create list of chains of displacements Multilpe covariant displacements, when applied in order, form a list of displacments. Each consists of a direction and a dimension.
create_displ_chains(max_depth, dims = c(0:3), dirs = c(0, 1))
Positive integer, number of displacement combinations to construct.
Integer vector, which lattice dimensions to consider. Default 0:3
Integer vector, which displacement directions to consider. Default forward and backward <-> c(0,1)
List of data frames, each with columns 'dim' and 'dir' of 'max_depth' rows.