ExtChunk | R Documentation |
Extracting and pushing a chunk (Main function)
ExtChunk( line_of_input, oper, time_current, time_past, wm_Box, oper_Time, num_of_chunks, chunk_Lifecyle )
line_of_input |
Line number |
oper |
Operator name |
time_current |
Current time |
time_past |
Time when a previous operator was added |
wm_Box |
A data frame for working memory storage |
oper_Time |
Operator time |
num_of_chunks |
Number of chunk in one line |
chunk_Lifecyle |
A data frame with all chunk's birth and death |
A list of chunk lifecycle and working memory
ExtChunk(line_of_input, oper, time_current, time_past, wm_Box, oper_Time, num_of_chunks, chunk_Lifecyle) ExtChunk(3, "Look", 5000, 4200, working memory, 550, 1, chunk_Lifecycle)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.