Description Usage Arguments Value Examples
View source: R/SphereKaji20140527.R
Make a table, the given table minus its expected table
| 1 | 
| A | an array or matrix | 
The difference table in a shape of array or matrix
| 1 2 3 | r <- c(2,3,4)
A <- array(1:prod(r),r)
make.diff.table(A)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.