Description Usage Format Details Examples
Antartica features and coastline, with somewhat spurious precision.
1 |
An object of class SpatialPolygonsDataFrame
with 372 rows and 2 columns.
In sp format. Interesting for exploring precision issues with DEL0() see issue 7.
1 2 3 4 5 6 7 8 9 10 11 12 | p <- PATH0(cst10)
# DEL0(p) ## fails as does DEL0(cst10)
# fails at 14 and crashes R in DEL0() in R version 4.0.0 RC (2020-04-17 r78247) on
# windows
p$vertex$x_ <- signif(p$vertex$x_, 13)
p$vertex$y_ <- signif(p$vertex$y_, 13)
DEL0(p)
## compare 14993 unique vertices after rounding to
silicate::sc_vertex(p) ## 21875
silicate::sc_vertex(cst10) ## 21875
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.