JOjoshua osoroinjoshuaosoro.hashnode.dev·Dec 18, 2022 · 2 min readVector attribute manipulation of sf datalibrary(sf) library(rKenyaCensus) library(dplyr) Vector attribute data is non-spatial data associated with geographic data. We shall play with geographic data courtesy of rKenyaCensus library that represents census data of 2010. kenya_sf <- rKenyaCe...00
JOjoshua osoroinjoshuaosoro.hashnode.dev·Dec 17, 2022 · 2 min readR static maps,with tmaptmap follows the grammar of graphics that ggplot2 is famous for. This involves the separation of data and how the data is visualized. The fundamental building block is tm_shape which takes as geospatial data argument. Other layers can then be added t...00
JOjoshua osoroinjoshuaosoro.hashnode.dev·Jul 14, 2021 · 1 min readTesting blog. just allowtesting Hello blog00