make_Ising_grid-control-functions | R Documentation |
Control Functions to Specify the Varying Parameters for an Ising Grid.
single_threshold(pos, seq, .f = `*`)
single_wei(pos, seq, .f = `*`)
all_thresholds(seq, .f = `*`)
whole_weiadj(seq, .f = `*`)
beta_list(seq, .f = `*`)
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 |
An ctrl_*
object specifying the varying parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.