points_covered_by_landmarks {BallMapper} | R Documentation |
This function returns a list of points covered by the given collection of landmarks.
Description
This function returns a list of points covered by the given collection of landmarks.
Usage
points_covered_by_landmarks(outputFromBallMapper, numbers_of_landmarks)
Arguments
outputFromBallMapper |
an output from the BallMapper function |
numbers_of_landmarks |
a vector containnig the numbers of landmarks under consideration. |
Value
A vector of points covered by the landmarks given in numbers_of_landmarks.
[Package BallMapper version 0.2.0 Index]