Learn R Programming

hadron (version 3.1.2)

create_displ_chains: 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.

Description

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.

Usage

create_displ_chains(max_depth, dims = c(0:3), dirs = c(0, 1))

Arguments

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)

Value

List of data frames, each with columns 'dim' and 'dir' of 'max_depth' rows.