calculate_barrier.Isingland {Isinglandr}R Documentation

Calculate energy barrier for Ising landscapes

Description

Calculate energy barrier for Ising landscapes

Usage

## S3 method for class ''2d_Isingland''
calculate_barrier(l, ...)

## S3 method for class ''2d_Isingland_matrix''
calculate_barrier(l, ...)

## S3 method for class 'barrier_2d_Isingland'
print(x, simplify = FALSE, ...)

## S3 method for class 'barrier_2d_Isingland'
summary(object, ...)

## S3 method for class 'barrier_2d_Isingland_matrix'
summary(object, ...)

Arguments

l

An Isingland object constructed with make_2d_Isingland() or make_2d_Isingland_matrix().

...

Not in use.

x

a result of the default method of summary().

simplify

Print a simplified version of the output? Default is FALSE.

object

an object for which a summary is desired.

Value

A barrier_Isingland object that contains the following components:

Functions


[Package Isinglandr version 0.1.1 Index]