File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,8 @@ rename_plot_sample_ids(biodiesel_plot, new_names)
102
102
103
103
A helper function for the renaming is provided (see the documentation for ` get_plot_sample_ids() ` ).
104
104
105
+ Specific sample(s) can be highlighted (other samples greyed out) by calling ` highlight_sample() ` .
106
+
105
107
Finally, plot legends are customizable (for basic changes) through a helper function ` move_plot_legend() ` .
106
108
107
109
## Data Sets
@@ -263,6 +265,8 @@ rename_plot_sample_ids(biodiesel_trace, nouveau_noms)
263
265
264
266
Une fonction d'assistance pour le changement de nom est fournie (voir la documentation pour ` get_plot_sample_ids() ` ).
265
267
268
+ Un ou plusieurs échantillons spécifiques peuvent être mis en évidence (les autres échantillons étant grisés) en appelant ` highlight_sample() ` .
269
+
266
270
Enfin, les légendes des tracés sont personnalisables (pour les modifications de base) via une fonction d'assistance ` move_plot_legend() ` .
267
271
268
272
## Production de tracés "tidy"
Original file line number Diff line number Diff line change @@ -121,6 +121,9 @@ rename_plot_sample_ids(biodiesel_plot, new_names)
121
121
A helper function for the renaming is provided (see the documentation
122
122
for ` get_plot_sample_ids() ` ).
123
123
124
+ Specific sample(s) can be highlighted (other samples greyed out) by
125
+ calling ` highlight_sample() ` .
126
+
124
127
Finally, plot legends are customizable (for basic changes) through a
125
128
helper function ` move_plot_legend() ` .
126
129
@@ -377,6 +380,9 @@ rename_plot_sample_ids(biodiesel_trace, nouveau_noms)
377
380
Une fonction d’assistance pour le changement de nom est fournie (voir la
378
381
documentation pour ` get_plot_sample_ids() ` ).
379
382
383
+ Un ou plusieurs échantillons spécifiques peuvent être mis en évidence
384
+ (les autres échantillons étant grisés) en appelant ` highlight_sample() ` .
385
+
380
386
Enfin, les légendes des tracés sont personnalisables (pour les
381
387
modifications de base) via une fonction d’assistance
382
388
` move_plot_legend() ` .
You can’t perform that action at this time.
0 commit comments