nearestNeighborCleanup: Clean points via nearest neighbors

View source: R/nearestNeighborCleanup.R

nearestNeighborCleanupR Documentation

Clean points via nearest neighbors

Description

This function calculates unlabeled points based on their assigned labels, assuming the assigned labels are correct.It calculates them based on their location in latitude and longitude space.

Usage

nearestNeighborCleanup(good_points, bad_points, k = 21)

Arguments

good_points

XX

bad_points

XX

k

XX

Examples


## i am an example


kaiyaprovost/subsppLabelR documentation built on Feb. 28, 2025, 8 p.m.