PushChunk: PushChunk()

PushChunkR Documentation

PushChunk()

Description

Push a new chunk

Usage

PushChunk(
  new_chunk,
  wm_Box,
  time_current,
  oper,
  oper_Time,
  num_of_chunks,
  time_past,
  multiple_chunk_counter,
  chunk_Lifecyle
)

Arguments

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

Value

A list of chunk lifecycle and working memory

Examples

PuchChunk(new_chunk, wm_Box, time_current, oper, oper_Time, num_of_chunks, time_past, multiple_chunk_counter, chunk_Lifecyle)

jpark-tamu/ncpm_v1.0 documentation built on May 16, 2022, 9:14 a.m.