marks_within_radius: Choose the marks of those pairs where the distance between...

Description Usage Arguments Value

View source: R/radius.r

Description

Well, actually we select those marks that the index matrix points to.

Usage

1
marks_within_radius(marks, nearby_arr_idx)

Arguments

marks

A vector containing all the marks of the point pattern in the order of the points.

nearby_arr_idx

An index matrix that picks the points within maximum radius. A picked mark will be picked twice to accommodate for the point pair ordering.

Value

A list of two mark vectors, mark1 and mark2.


myllym/marksummary documentation built on May 23, 2019, 11:59 a.m.