From 4330687ed214af1912f7adb19cfc02688697a219 Mon Sep 17 00:00:00 2001 From: Ben Varick Date: Tue, 5 Nov 2024 09:46:03 -0600 Subject: [PATCH] edited typo --- cycling_route_analysis.Rmd | 3 --- 1 file changed, 3 deletions(-) diff --git a/cycling_route_analysis.Rmd b/cycling_route_analysis.Rmd index 21df701..7116a91 100644 --- a/cycling_route_analysis.Rmd +++ b/cycling_route_analysis.Rmd @@ -152,9 +152,6 @@ bike_lts <- left_join(bike_lts, as.data.frame(bike_lts_buffer %>% select(OBJECTI ``` Notes: for each segment in bike_lts, this counts how many student's calculated routes intersect with it (within a 20 m buffer) -Notes: - - # Make Maps