wkt_point {randgeo} | R Documentation |
Random WKT point
Description
Random WKT point
Usage
wkt_point(count = 1, bbox = NULL, fmt = 7)
Arguments
count |
(integer/numeric) number of points. Default: 1 |
bbox |
(integer/numeric) lat/long bounding box from which to generate
positions; numeric vector of the form
|
fmt |
(integer/numeric) number of digits. Default: 7 |
Value
WKT; a character vector with one ore more POINT strings
Examples
wkt_point()
wkt_point(10)
wkt_point(100)
wkt_point(fmt = 5)
wkt_point(fmt = 6)
wkt_point(fmt = 7)
wkt_point(bbox = c(50, 50, 60, 60))
[Package randgeo version 0.3.0 Index]