refer to used dataset (#1146)

This commit is contained in:
werkstattcodes 2022-11-20 22:43:20 +01:00 committed by GitHub
parent 2983376224
commit fc0a996314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -798,7 +798,7 @@ foo(cyl)
```
As with data frame functions, it can be useful to make your plotting functions tightly coupled to a specific dataset, or even a specific variable.
For example, the following function makes it particularly easy to interactively explore the conditional distribution `bill_length_mm` from palmerpenguins dataset.
For example, the following function makes it particularly easy to interactively explore the conditional distribution of `carats` from the diamonds dataset.
```{r}
# https://twitter.com/yutannihilat_en/status/1574387230025875457