energy_global: Global energy of lattice grid

Description Usage Arguments Value Author(s) Examples

Description

energy_global calculates the complete global energy for the lattice grid. The tendency of the overall grid position is provided through trend.

Usage

1
energy_global(x, trend = -1)

Arguments

x

the lattice grid for which the global energy is required

trend

the global tendancy of the lattice grid

Value

the value of the global energy function

Author(s)

Kevin Brosnan (kevin.c.brosnan@ul.ie)

Examples

1
2
  x <- matrix(sample(c(-1, 1), size = 16, prob = c(0.6, 0.4), replace = TRUE), nrow = 4)
  energy_global(x)

significantstats/gatingfc documentation built on May 8, 2019, 8:48 a.m.