Skip to content

Commit 8dea389

Browse files
authored
Update 02-visualization.Rmd
1 parent 924cd4e commit 8dea389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02-visualization.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ The most common examples of linegraphs have some notion of time on the x-axis: h
405405

406406
Let's explore the `weather` data frame from the `nycflights23` package by running `View(weather)` and `glimpse(weather)`. Furthermore, let's read the associated help file by running `?weather` to bring up the help file.
407407

408-
Observe that there is a variable called `temp` of hourly wind speed recordings in miles per hour at weather stations near all three major airports in New York City: Newark (`origin` code `EWR`), John F. Kennedy International (`JFK`), and LaGuardia (`LGA`).
408+
Observe that there is a variable called `wind_speed` of hourly wind speed recordings in miles per hour at weather stations near all three major airports in New York City: Newark (`origin` code `EWR`), John F. Kennedy International (`JFK`), and LaGuardia (`LGA`).
409409

410410
However, instead of considering hourly wind speeds for all days in 2023 for all three airports, for simplicity let's only consider hourly wind speeds at Newark airport for the first 15 days in January. This data is accessible in the `early_january_2023_weather` data frame included in the `moderndive` package. In other words, `early_january_2023_weather` contains hourly weather observations for `origin` equal to `EWR` (Newark's airport code), `month` equal to `1`, and `day` less than or equal to `15`.
411411

0 commit comments

Comments
 (0)