make_Ising_grid-control-functions {Isinglandr} | R Documentation |
Control Functions to Specify the Varying Parameters for an Ising Grid.
Description
Control Functions to Specify the Varying Parameters for an Ising Grid.
Usage
single_threshold(pos, seq, .f = `*`)
single_wei(pos, seq, .f = `*`)
all_thresholds(seq, .f = `*`)
whole_weiadj(seq, .f = `*`)
beta_list(seq, .f = `*`)
Arguments
pos |
The position of the single threshold or the weight
value that should vary across Ising networks. Should be a single
number for |
seq |
A vector that specify the values. Can be generated
with |
.f |
What calculation should be done for |
Value
An ctrl_*
object specifying the varying parameters.
[Package Isinglandr version 0.1.1 Index]