search_equal_point: Find equal points from point groups.

View source: R/geometry.R

search_equal_pointR Documentation

Find equal points from point groups.

Description

Return equal points from two point groups, seq1 and seq2.

Usage

search_equal_point(xseq1, yseq1, xseq2, yseq2)

Arguments

xseq1

x-values of first point group

yseq1

y-values of first point group

xseq2

x-values of second point group

yseq2

y-values of second point group

Value

list(x,y). x and y are sequence of points.


hmito/hmRLib documentation built on Sept. 8, 2024, 4:49 p.m.