PushChunk | R Documentation |
Push a new chunk
PushChunk( new_chunk, wm_Box, time_current, oper, oper_Time, num_of_chunks, time_past, multiple_chunk_counter, chunk_Lifecyle )
new_chunk |
Chunk name |
wm_Box |
A data frame for working memory storage |
time_current |
Current time |
oper |
Operator name |
oper_Time |
Operator time |
num_of_chunks |
Number of chunk in one line |
time_past |
Time when a previous operator was added |
multiple_chunk_counter |
A number to make a difference if there are more than two chunks in one line ??? |
chunk_Lifecyle |
A data frame with all chunk's birth and death |
A list of chunk lifecycle and working memory
PuchChunk(new_chunk, wm_Box, time_current, oper, oper_Time, num_of_chunks, time_past, multiple_chunk_counter, chunk_Lifecyle)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.