NIJZ graf: povečanje in odmik label maksimalno kar se da
This commit is contained in:
parent
6d4012f6a9
commit
872f19a935
@ -213,8 +213,8 @@ radarchart2 <-
|
||||
if (!is.null(vlabels))
|
||||
VLABELS <- vlabels
|
||||
if (is.null(vlcex))
|
||||
text(xx * 1.2, yy * 1.2, VLABELS, srt=20)
|
||||
else text(xx * 1.2, yy * 1.2, VLABELS, cex = vlcex, srt=20)
|
||||
text(xx * 1.4, yy * 1.4, VLABELS, srt=20)
|
||||
else text(xx * 1.4, yy * 1.4, VLABELS, cex = vlcex, srt=20)
|
||||
series <- length(df[[1]])
|
||||
SX <- series - 2
|
||||
if (length(pty) < SX) {
|
||||
@ -368,7 +368,7 @@ colnames(mydf) <- labels
|
||||
|
||||
#par(col="#004078", font = 2, cex = 1.4)
|
||||
|
||||
par(col="#004078", font = 2, cex = 1.3, xpd = TRUE, mar = c(0, 0, 2, 0))
|
||||
par(col="#004078", font = 2, cex = 1.8, xpd = TRUE)
|
||||
# Plot a radar chart
|
||||
radarchart2(
|
||||
mydf,
|
||||
|
Loading…
x
Reference in New Issue
Block a user