From d1f900cc6177ed54d400e22e610c6eaffd409e7f Mon Sep 17 00:00:00 2001 From: Shaofei Chen <69642117+shaofeichen@users.noreply.github.com> Date: Sun, 26 May 2024 20:34:33 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e27e7f7..5690db9 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ time_to_downtown <- mb_matrix(origins = tc_rent_points, destinations = downtown_mpls) %>% as.vector() -tc_rent$time <- time_to_downtown +tc_rent_points$time <- time_to_downtown # Visualize how rent varies by travel time from downtown with ggplot2 ggplot(tc_rent, aes(x = time, y = estimate)) +