Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69ce64 commit 17c0a7dCopy full SHA for 17c0a7d
R/plot_legend_classes.R
@@ -28,10 +28,11 @@ get_legxy <- function(r, e, pos, yshift, nudge=NULL) {
28
bty="n", border="black", seg.len=1, plotlim, yshift=NULL, order=FALSE, sort=FALSE, reverse=FALSE,
29
text.col=graphics::par("col"), nudge=c(0,0),
30
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, ...,
+ title.cex=cex[1], title.col=text.col[1], title.font=NULL,
32
# catch and kill
33
- merge, trace, size) {
34
-
+ merge, trace, digits, size, at, format, title.srt,
+ tick, tick.length, tick.col, tick.box.col, tick.lwd,
35
+ tic, tic.length, tic.col, tic.box.col, tic.lwd, ...) {
36
37
cex <- cex * 0.8
38
if (x %in% c("top", "default")) {
0 commit comments