is_longlat_real: Test if numeric vector is long/lat

View source: R/basemap.R

is_longlat_realR Documentation

Test if numeric vector is long/lat

Description

Tests if longitude is between 180 and -180. Object assumed to be in format c(long, lat, long, lat) as in bbox.

Usage

is_longlat_real(x)

Arguments

x

object to test.

Value

flag.


poissonconsulting/poisspatial documentation built on June 10, 2025, 12:08 a.m.