Learn R Programming

icesVMS (version 1.1.4)

wkt_csquare: Build a WKT string from latitude and longitude

Description

utility to build a WKT (Well Known Text) polygon string for a c-square

Usage

wkt_csquare(lat, lon)

Value

a string in WKT format

Arguments

lat

latitude

lon

longitude

Examples

Run this code

wkt_csquare(55, 0.1)

Run the code above in your browser using DataLab