Browse Source

Remove extra tile_data$size <- 2

I see that   `tile_data$size <- 2` on lines 152:155 is set twice without being used. I removed the first one as it would be over written by the latter. 

If this is necessary, can you explain why? I don't want to miss anything.
master
delabj 4 years ago
committed by GitHub
parent
commit
7ae383e5f2
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 1
      R/geom-statebins.r

1
R/geom-statebins.r

@ -150,7 +150,6 @@ GeomStatebins <- ggplot2::ggproto("GeomStatebins", ggplot2::Geom,
radius = grid::unit(6, "pt")) {
tile_data <- data
tile_data$size <- 2
tile_data$colour <- border_col
tile_data$size <- border_size

Loading…
Cancel
Save