Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
saschagobel committed Jun 21, 2021
1 parent 6b16563 commit 10a0e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ get_spatial_classification_l2 <- function(grid_classification, spatial_classific
degurba_l1 == "rural areas" &
rural_cluster_pop > low_density_rural_cells_pop & rural_cluster_pop > very_low_density_rural_cells_pop ~ "villages",
degurba_l1 == "rural areas" &
low_density_rural_cells_pop > rural_cluster_pop & low_density_rural_cells_pop > + very_low_density_rural_cells_pop ~ "dispersed rural areas",
low_density_rural_cells_pop > rural_cluster_pop & low_density_rural_cells_pop > very_low_density_rural_cells_pop ~ "dispersed rural areas",
degurba_l1 == "rural areas" &
very_low_density_rural_cells_pop > rural_cluster_pop & very_low_density_rural_cells_pop > low_density_rural_cells_pop ~ "mostly uninhabited rural areas"),
levels = c("cities", "dense towns", "semi-dense towns", "suburban areas", "villages", "dispersed rural areas", "mostly uninhabited rural areas"))) %>%
Expand Down

0 comments on commit 10a0e60

Please sign in to comment.