Skip to content

Commit 139350b

Browse files
committed
rename just arguments
1 parent 6de07af commit 139350b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

R/theme.R

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ theme <- function(...,
416416
legend.key.spacing,
417417
legend.key.spacing.x,
418418
legend.key.spacing.y,
419-
legend.key.justification,
419+
legend.key.just,
420420
legend.frame,
421421
legend.ticks,
422422
legend.ticks.length,
@@ -429,12 +429,12 @@ theme <- function(...,
429429
legend.position.inside,
430430
legend.direction,
431431
legend.byrow,
432-
legend.justification,
433-
legend.justification.top,
434-
legend.justification.bottom,
435-
legend.justification.left,
436-
legend.justification.right,
437-
legend.justification.inside,
432+
legend.just,
433+
legend.just.top,
434+
legend.just.bottom,
435+
legend.just.left,
436+
legend.just.right,
437+
legend.just.inside,
438438
legend.location,
439439
legend.box,
440440
legend.box.just,

0 commit comments

Comments
 (0)