View source: R/assess_middle_na_proportion.R
assess_middle_na_proportion | R Documentation |
One of the main problems with 3d scans is NA values in the middle of the 3d scan. Here we are quantifying this by chopping off a portion of the right and left sides of a 3d scan and are then finding the proportion of missing values in the middle of the 3d scan.
assess_middle_na_proportion(x3p, chopoff = 1/8)
x3p |
scan in x3p format |
chopoff |
numeric value between 0 and .5 - The percentage of values to chop off of both sides of the scan |
proportion of NA values in the middle of 3d scan
data(fau277_bb_l2) assess_middle_na_proportion(fau277_bb_l2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.