compare_ppp_vectors: Check that two ppp vectors Q-Q agree

View source: R/utils-helper.R

compare_ppp_vectorsR Documentation

Check that two ppp vectors Q-Q agree

Description

Compare that the deciles of two vectors have absolute difference over average ratios less than threshold

Usage

compare_ppp_vectors(ppp1, ppp2, threshold = 0.15, showQQ = TRUE)

Arguments

ppp1

(vector, double) the first vector

ppp2

(vector, double) the second vector

threshold

(double) optional: the cutoff for a large absolute threshold

showQQ

(boolean) optional: show the QQ plot if the absolute value of the Difference vs Average ratio in any decile is bigger than the threshold

Value

None


nhppp documentation built on Oct. 30, 2024, 9:28 a.m.