LG_extend_points: Extend select points for the local Gaussian inspections

View source: R/LG_extend_points.R

LG_extend_pointsR Documentation

Extend select points for the local Gaussian inspections

Description

This internal function adds diagonally related points to the computation of the local Gaussian (auto- and cross-) correlations. If a point (v1,v2) is present, then this function will ensure that the three points (v1,v1), (v2,v2) and (v2,v1) also will be included in the analysis.

Usage

LG_extend_points(LG_points)

Arguments

LG_points

The result of the function LG_select_points.

Value

An extended version of the array from LG_points will be returned, with column names "v1" and "v2" and row names which identifies the points of interest (to be used in the argument grids). The returned array has been screened for duplicates, and only contains unique points.


LAJordanger/localgaussSpec documentation built on May 6, 2023, 4:31 a.m.