Skip to content

Commit 35963db

Browse files
committed
Italics
1 parent 31aa2db commit 35963db

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

vignettes/Tracking.Rmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,9 @@ Missingness is dealt with gracefully. If there are missing data where a question
2929

3030
Often the case may be that your category labels are long, and your wave descriptors are very short. In this case, crunchtabs provides options for "flipping grids". You can transpose the presentation so that the wave labels are columns, and the category labels are rows.
3131

32-
> NOTE: Many references are made to "wave" here, but it could be any kind of split. Geography, gender, and so on.
33-
3432
To do so globally, we set the `latex_flip_grids` theme option to `TRUE`:
3533

36-
> NOTE: If your dataset contains categorical_arrays that are present in only one wave, it is better to use `latex_flip_specific_grids`. An example is provided further below.
34+
_NOTE: If your dataset contains categorical_arrays that are present in only one wave, it is better to use `latex_flip_specific_grids`. An example is provided further below._
3735

3836
```{r, eval = FALSE}
3937
theme <- themeNew(..., latex_flip_grids = TRUE)

0 commit comments

Comments
 (0)