wkt_has_missing | R Documentation |
Note that EMTPY geometries are considered finite and non-missing.
Use the size
column of wkt_meta()
to test for empty geometries.
wkt_has_missing(wkt) wkb_has_missing(wkb) wkt_is_finite(wkt) wkb_is_finite(wkb)
wkt |
A character vector containing well-known text. |
wkb |
A |
A logical vector with the same length as the input.
wkt_has_missing("POINT (0 1)") wkt_has_missing("POINT (nan nan)") wkt_has_missing("POINT (inf inf)") wkt_is_finite("POINT (0 1)") wkt_is_finite("POINT (nan nan)") wkt_is_finite("POINT (inf inf)")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.