albersonmiranda / bri

Data, stats and vizualization on Brazilian Racial Uniquality
Other
0 stars 0 forks source link

Remove warnings in plot #22

Open albersonmiranda opened 4 years ago

albersonmiranda commented 4 years ago
library(bri)

bri_plot(estado = "ES",
         fonte = "rais",
         ref = "2017",
         etnia = c("BRANCO", "PRETO"),
         tipo = "pobreza",
         p_nomes = 0,
         to = 0.2,
         by = 0.05)
#> Warning in st_point_on_surface.sfc(sf::st_zm(x)): st_point_on_surface may not
#> give correct results for longitude/latitude data

#> Warning in st_point_on_surface.sfc(sf::st_zm(x)): st_point_on_surface may not
#> give correct results for longitude/latitude data

Created on 2020-06-29 by the reprex package (v0.3.0)

albersonmiranda commented 4 years ago

{bri}