View source: R/fragility_functions.R
generate_state_vectors | R Documentation |
Generates state vectors x(t) and x(t+1) for use in finding the adjacency matrix A in the equation x(t+1) = Ax(t). For use within the generate_adj_array function.
generate_state_vectors(t_start, v, trial, t_window)
t_start |
start time of current timewindow |
v |
3D voltage matrix |
trial |
trial number |
t_window |
timewindow size |
state_vectors <- generate_state_vectors(v,trial = 1,t_window = 250,t_start = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.