Skip to contents

splnr_arrangeFeatures() sorts your data based on longitude and latitude values.

Usage

splnr_arrangeFeatures(df)

Arguments

df

An sf object to sort by Lon and Lat

Value

A sorted sf object with the additionl cellID column

Examples

df <- dat_species_prob %>%
  splnr_arrangeFeatures()