diff --git a/missing-values.qmd b/missing-values.qmd index bb66a07..40708dc 100644 --- a/missing-values.qmd +++ b/missing-values.qmd @@ -232,10 +232,9 @@ You can force them to display by supplying `drop = FALSE` to the appropriate dis #| layout-ncol: 2 #| fig-width: 3 #| fig-height: 2 -#| fig-alt: -#| - > +#| fig-alt: > #| A bar chart with a single value on the x-axis, "no". -#| - > +#| #| The same bar chart as the last plot, but now with two values on #| the x-axis, "yes" and "no". There is no bar for the "yes" category. ggplot(health, aes(smoker)) +