Skip to content

Commit

Permalink
style: 🎨 forgot to add filename to the chunk
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed Jan 15, 2025
1 parent 760f36c commit da84c7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sessions/visualization.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,7 @@ line to the plot to see if there is a general trend between BMI and
glucose by using `geom_smooth()`.

```{r 2-continuous-variables-smooth}
#| filename: "docs/learning.qmd"
ggplot(post_meal_data, aes(x = BMI, y = auc_pg)) +
geom_point() +
geom_smooth()
Expand Down

0 comments on commit da84c7b

Please sign in to comment.