Skip to content

Commit 59a486b

Browse files
committed
Readme updates to accompany highlighting changes.
1 parent 2866657 commit 59a486b

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.Rmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ rename_plot_sample_ids(biodiesel_plot, new_names)
102102

103103
A helper function for the renaming is provided (see the documentation for `get_plot_sample_ids()`).
104104

105+
Specific sample(s) can be highlighted (other samples greyed out) by calling `highlight_sample()`.
106+
105107
Finally, plot legends are customizable (for basic changes) through a helper function `move_plot_legend()`.
106108

107109
## Data Sets
@@ -263,6 +265,8 @@ rename_plot_sample_ids(biodiesel_trace, nouveau_noms)
263265

264266
Une fonction d'assistance pour le changement de nom est fournie (voir la documentation pour `get_plot_sample_ids()`).
265267

268+
Un ou plusieurs échantillons spécifiques peuvent être mis en évidence (les autres échantillons étant grisés) en appelant `highlight_sample()`.
269+
266270
Enfin, les légendes des tracés sont personnalisables (pour les modifications de base) via une fonction d'assistance `move_plot_legend()`.
267271

268272
## Production de tracés "tidy"

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ rename_plot_sample_ids(biodiesel_plot, new_names)
121121
A helper function for the renaming is provided (see the documentation
122122
for `get_plot_sample_ids()`).
123123

124+
Specific sample(s) can be highlighted (other samples greyed out) by
125+
calling `highlight_sample()`.
126+
124127
Finally, plot legends are customizable (for basic changes) through a
125128
helper function `move_plot_legend()`.
126129

@@ -377,6 +380,9 @@ rename_plot_sample_ids(biodiesel_trace, nouveau_noms)
377380
Une fonction d’assistance pour le changement de nom est fournie (voir la
378381
documentation pour `get_plot_sample_ids()`).
379382

383+
Un ou plusieurs échantillons spécifiques peuvent être mis en évidence
384+
(les autres échantillons étant grisés) en appelant `highlight_sample()`.
385+
380386
Enfin, les légendes des tracés sont personnalisables (pour les
381387
modifications de base) via une fonction d’assistance
382388
`move_plot_legend()`.

0 commit comments

Comments
 (0)