Browse Source

fix walk/bicycle

Petra Lamborn 3 years ago
parent
commit
6baf225b01
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      viz/app.R

+ 1
- 1
viz/app.R View File

@@ -15,7 +15,7 @@ shpf <- readOGR(dsn="sa20025WGSfil")
15 15
 sa.in.dest <- shpf@data$SA22018_V1 %in% work_to$work_code
16 16
 sa.in.home <- shpf@data$SA22018_V1 %in% work_from$res_code
17 17
 transport.t <- c("Private car", "Passenger in car",
18
-                 "Bicycle", "Walk", "Company car", "Bus", "Train",
18
+                 "Walk", "Bicycle", "Company car", "Bus", "Train",
19 19
                  "Ferry", "Work at home", "Other", "None/Unknown")
20 20
 edu.t <- c("Drive self", "Passenger in car", "Walk", "Bicycle",
21 21
            "School bus", "Public bus", "Train", "Ferry", "Study at home",