cartogramR-deprecated | R Documentation |
The functions listed below are deprecated and will be defunct in
the near future. When possible, alternative functions with similar
functionality are also mentioned. Help pages for deprecated functions are
available at help("<function>-deprecated")
.
Please use [cartogramR::warp_features()] instead.
geom_cartogramR(sfgeom, carto, verbose = FALSE)
sfgeom |
a sf or a sfc object which contains simple feature geometry of types in the following 'POINT', 'MULTIPOINT', 'LINESTRING', 'MULTILINESTRING', 'POLYGON', 'MULTIPOLYGON |
carto |
a cartogramR object |
verbose |
a boolean object to set on verbose mode (default to 'FALSE') |
The following functions are deprecated and will be made defunct; use the replacement indicated below:
â deprecated-functionâ
: new-function
geom_cartogramR
: warp_features
a sf or a sfc object which contains simple feature geometry transformed
data(usa)
carto <- cartogramR(usa, "electors64")
LA <- sf::st_sfc(sf::st_point(c(-118.243685, 34.052234)))
sf::st_crs(LA) <- 4326
moregeom <- geom_cartogramR(LA, carto)
plot(carto)
plot(moregeom, add=TRUE, col=2, pch=15)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.