Learn R Programming

spinebil (version 1.0.5)

get_index_mean: Evaluate mean index value over n jittered views.

Description

Evaluate mean index value over n jittered views.

Usage

get_index_mean(proj, d, alpha, idx, method = "jitter_angle", n = 10)

Value

Mean index value

Arguments

proj

Original projection plane

d

Data matrix

alpha

Jitter amount (for jittering angle or points)

idx

Index function

method

Select between "jitterAngle" (default) and "jitterPoints" (otherwise we return original index value)

n

Number of evaluations entering mean value calculation