ExtChunk: ExtChunk()

ExtChunkR Documentation

ExtChunk()

Description

Extracting and pushing a chunk (Main function)

Usage

ExtChunk(
  line_of_input,
  oper,
  time_current,
  time_past,
  wm_Box,
  oper_Time,
  num_of_chunks,
  chunk_Lifecyle
)

Arguments

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

Value

A list of chunk lifecycle and working memory

Examples

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)

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