create_displ_chains | R Documentation |
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))
max_depth |
Positive integer, number of displacement combinations to construct. |
dims |
Integer vector, which lattice dimensions to consider. Default 0:3 |
dirs |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.