Change labels on navbar
This commit is contained in:
Martin Chan 2020-12-01 21:14:10 +00:00
Родитель 46a53f1d54
Коммит 60c22dc1f0
2 изменённых файлов: 5 добавлений и 5 удалений

2
.github/analyst_guide_summary.md поставляемый
Просмотреть файл

@ -78,7 +78,7 @@ The `create_bar()` function also accepts `hrvar`, `return` and `mingroup` argume
## Customizing plots
All plots in *wpa* are [ggplot objects](https://rafalab.github.io/dsbook/ggplot2.html). This means you can customize them by adding ggplot arguments and layers. For instance, you can change the title of a `collaboration_summary()` plot:
All plots in **wpa** are [ggplot objects](https://rafalab.github.io/dsbook/ggplot2.html). This means you can customize them by adding ggplot arguments and layers. For instance, you can change the title of a `collaboration_summary()` plot:
```R
sq_data %>% collaboration_summary() + ggtitle("This is a custom title")

Просмотреть файл

@ -28,13 +28,13 @@ navbar:
href: analyst_guide.html
- text: Getting Started
href: analyst_guide_getting_started.html
- text: Summary analysis
- text: Summary Functions
href: analyst_guide_summary.html
- text: Distribution analysis
- text: Distribution Functions
href: analyst_guide_distribution.html
- text: Trend analysis
- text: Trend Functions
href: analyst_guide_trend.html
- text: Network analysis
- text: Network Functions
href: analyst_guide_network.html
reference:
text: Reference