comparison_cellDivision | R Documentation |
Split a reference scan into a grid of cells
x3p |
an x3p object containing a breech face scan |
numCells |
a vector of two numbers representing the number of cells along the row and column dimensions into which the x3p is partitioned |
A tibble containing a prod(numCells) number of rows. Each row contains a single cell's index of the form (row #, col #) and an x3p object containing the breech face scan of that cell.
data(fadul1.1_processed) cellTibble <- fadul1.1_processed %>% comparison_cellDivision(numCells = c(8,8)) head(cellTibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.