RIARRAY: Formatted array

Description Usage Arguments Value Examples

Description

Formatted array

Usage

1
2
3
RIARRAY(arr = NULL, df = NULL, CNSTNT = 0, FMTIN_type = "e",
  FMTIN_w = 12, FMTIN_d = 4, FMTIN_N = ncol(arr), IPRN = -1,
  header = T, nrowmod, ncolmod, bgC = 0, flag.no = NA)

Arguments

flag.no

Value

character string

Examples

1
2
3
Rflow:::RIARRAY(matrix(1:4, 2, 2), FMTIN_type = "I", FMTIN_w = 3L)
Rflow:::RIARRAY(matrix(1:4, 2, 2), FMTIN_type = "e", FMTIN_w = 12L)
Rflow:::RIARRAY(CNSTNT = 1L, FMTIN_type = "I", FMTIN_w = 3L)

CJBarry/Rflow documentation built on June 16, 2019, 12:35 p.m.