getTopFeatures: Extract top x percent of features

View source: R/getTopFeatures.R

getTopFeaturesR Documentation

Extract top x percent of features

Description

Sorts features by a specific column and extracts the top x percent

Usage

getTopFeatures(spatialDataFrame, column, percent)

Arguments

spatialDataFrame

The spatial data frame to export the features from

column

The column to use to extract the features from

percent

Percentage of features (to total) to extract

Value

Returns a new spatial data frame with the top x features.

Author(s)

Kimon Krenz Petros Koutsolampros


orange-vertex/rdepthmap documentation built on Oct. 26, 2023, 7:40 a.m.