View source: R/GridProcessing.R
grid_summary_tri | R Documentation |
Returns the total cell counts for each of three grid regions: above the diagonal, on the diagonal, and below the diagonal. (The diagonal may include the off-diagonals.)
grid_summary_tri( mat, rows = NULL, cols = NULL, offdiag = 0, return_table = TRUE, limesurvey = TRUE )
mat |
a matrix. |
rows, cols |
the dimensions of the matrix. |
offdiag |
integer. the number of off-diagonals to treat as part of the diagonal. |
return_table |
logical. If |
limesurvey |
logical. If |
A list (or table) containing the grid cell counts for each of three categories: above the diagonal, on the diagonal, and below the diagonal.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.