make.diff.table: Make a table, the given table minus its expected table

Description Usage Arguments Value Examples

View source: R/SphereKaji20140527.R

Description

Make a table, the given table minus its expected table

Usage

1

Arguments

A

an array or matrix

Value

The difference table in a shape of array or matrix

Examples

1
2
3
r <- c(2,3,4)
A <- array(1:prod(r),r)
make.diff.table(A)

ryamada22/mwaytable documentation built on May 28, 2019, 10:44 a.m.