Skip to content

Commit 7268d70

Browse files
committed
seed for 32
1 parent 9c4f4cd commit 7268d70

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

routing.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ library(dplyr)
6363
city_limit <- st_read("data/city_limit.gpkg") |> st_transform(4326)
6464
6565
# 2. Set parameters
66-
set.seed(123) # for reproducibility
67-
total_pop <- 545000
66+
set.seed(42) # for reproducibility
67+
total_pop <- 545000 # your city population
6868
avg_residents <- 300 # a census block average
6969
n_points <- round(total_pop / avg_residents)
7070

0 commit comments

Comments
 (0)