Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 17c0a7d

Browse files
committed
fixes #1897
1 parent e69ce64 commit 17c0a7d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

R/plot_legend_classes.R

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ get_legxy <- function(r, e, pos, yshift, nudge=NULL) {
2828
bty="n", border="black", seg.len=1, plotlim, yshift=NULL, order=FALSE, sort=FALSE, reverse=FALSE,
2929
text.col=graphics::par("col"), nudge=c(0,0),
3030
title=NULL, leg_i=1, title.x=NULL, title.y=NULL, title.adj=0.5, title.pos=NULL,
31-
title.cex=cex[1], title.col=text.col[1], title.font=NULL, ...,
31+
title.cex=cex[1], title.col=text.col[1], title.font=NULL,
3232
# catch and kill
33-
merge, trace, size) {
34-
33+
merge, trace, digits, size, at, format, title.srt,
34+
tick, tick.length, tick.col, tick.box.col, tick.lwd,
35+
tic, tic.length, tic.col, tic.box.col, tic.lwd, ...) {
3536

3637
cex <- cex * 0.8
3738
if (x %in% c("top", "default")) {

0 commit comments

Comments
 (0)