coordinates {charlatan}R Documentation

Create fake coordinates

Description

Create fake coordinates

Usage

ch_lon(n = 1)

ch_lat(n = 1)

ch_position(n = 1, bbox = NULL)

Arguments

n

(integer) number of things to get, any non-negative integer

bbox

a bounding box of the form ⁠[w,s,e,n]⁠

See Also

CoordinateProvider

Examples

ch_lon()
ch_lon(10)

ch_lat()
ch_lat(10)

ch_position()
ch_position(10)
ch_position(bbox = c(-120, 30, -110, 60))

[Package charlatan version 0.5.1 Index]