- reference
an x3p object containing a breech face scan to be treated as
the "reference scan" partitioned into a grid of cells
- target
an x3p object containing a breech face scan to be treated as the
"target scan" that the reference scan's cells are compared to
- theta
degrees that the target scan is to be rotated prior extracting
regions.
- numCells
a vector of two numbers representing the number of cells along
the row and column dimensions into which the x3p is partitioned
- maxMissingProp
maximum proportion of missing values allowed for each
cell/region.
- sideLengthMultiplier
ratio between the target region and reference cell
side lengths. For example, sideLengthMultiplier = 3 implies each region will
be 9 times larger than its paired reference cell.
- returnX3Ps
boolean to return the cellHeightValues and
alignedTargetCells for each cell index. Note that setting this argument to
TRUE significantly increases the size of the returned object.
data(fadul1.1_processed,fadul1.2_processed)
comparisonDF <- comparison_allTogether(reference = fadul1.1_processed,
target = fadul1.2_processed)
head(comparisonDF)