translation_weights: Translation correction weights for point pattern

View source: R/translation_weights.R

translation_weightsR Documentation

Translation correction weights for point pattern

Description

Defined in a bounding box.

Usage

translation_weights(x, asMatrix = FALSE)

Arguments

x

Pattern, $x coordinate matrix, $bbox bounding box.

asMatrix

Return a square symmetric matrix? Otherwise only the upper triangle row by row.

Value

if asMatrix=FALSE, the vector gives the weights in order (1,2), (1,3), ..., (1,n), (2,3), (2,4), ... (n-2, n-1), (n-2,n), (n-1, n)


antiphon/Kdirectional documentation built on Feb. 13, 2023, 6:26 a.m.