assess_middle_na_proportion: Feature Extraction: Proportion of NA values in the middle of...

View source: R/assess_middle_na_proportion.R

assess_middle_na_proportionR Documentation

Feature Extraction: Proportion of NA values in the middle of the scan.

Description

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.

Usage

assess_middle_na_proportion(x3p, chopoff = 1/8)

Arguments

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

Value

proportion of NA values in the middle of 3d scan

Examples

data(fau277_bb_l2)
assess_middle_na_proportion(fau277_bb_l2)

heike/DS401 documentation built on Oct. 23, 2022, 1:39 p.m.