Skip to content

Commit a321df2

Browse files
intro index
1 parent 44fd827 commit a321df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/intro.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ Canadian Residents)" would be much more informative.
590590
Adding additional layers \index{plot!layers} to our visualizations that we create in `ggplot` is
591591
one common and easy way to improve and refine our data visualizations. New
592592
layers are added to `ggplot` objects using the `+` symbol. For example, we can
593-
use the `xlab` (short for x axis label) and `ylab` (short for y axis label) functions
593+
use the `xlab` (short for x axis label) \index{ggplot!xlab} and `ylab` (short for y axis label) \index{ggplot!ylab} functions
594594
to add layers where we specify meaningful
595595
and informative labels for the x and y axes. \index{plot!axis labels} Again, since we are specifying
596596
words (e.g. `"Mother Tongue (Number of Canadian Residents)"`) as arguments to

0 commit comments

Comments
 (0)