true_locations: Create sf object of true locations based on labels, x, and y

Description Usage Arguments

View source: R/points.R

Description

Create sf object of true locations based on labels, x, and y

Usage

1
true_locations(labels, lng, lat, crs = 4326)

Arguments

labels

character vector of short labels to use for locations; needed for generating succinct column names for features

crs

coordinate reference system to use for distance calculations

x

longitude coordinates of true locations (numeric vector)

y

latitude coordinates of true locations (numeric vector)


tmp111020/sfe documentation built on July 28, 2021, 12:48 a.m.