extract_na | R Documentation |
A good quality of 3d scans is crucial for an assessment of similarity of striation marks between different bullets. Here, we measure the percentage of missing values in the scan. Generally, a higher percentage of missing values is associated with a lower scan quality.
extract_na(x3p)
x3p |
scan in x3p format |
percentage of missing values in the surface matrix of the scan
data(fau277_bb_l2) extract_na(fau277_bb_l2) # this scan has a particularly high percentage of missing values extract_na(fau001_ba_l1) # good scan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.