File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 15
15
# ' specified in [labs()] is used for the title.
16
16
# ' @param theme A [`theme`][theme()] object to style the guide individually or
17
17
# ' differently from the plot's theme settings. The `theme` argument in the
18
- # ' guide overrides, and is combined with, the plot's theme.
18
+ # ' guide partially overrides, and is combined with, the plot's theme.
19
+ # ' Arguments that apply to a single legend are respected, most of which have
20
+ # ' the `legend`-prefix. Arguments that apply to combined legends
21
+ # ' (the legend box) are ignored, including `legend.position`,
22
+ # ' `legend.justification.*`, `legend.location` and `legend.box.*`.
19
23
# ' @param position A character string indicating where the legend should be
20
24
# ' placed relative to the plot panels.
21
25
# ' @param direction A character string indicating the direction of the guide.
You can’t perform that action at this time.
0 commit comments