Skip to content

Commit 67c50d8

Browse files
authored
Update digestR.R
1 parent e50be39 commit 67c50d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/digestR.R

+2-1
Original file line numberDiff line numberDiff line change
@@ -1424,11 +1424,12 @@ library(png) # For PNG images
14241424

14251425
splashScreen <- function() {
14261426

1427+
library(png) # For PNG images
14271428
par(mar=defaultSettings$mar, cex.axis=defaultSettings$cex.axis,
14281429
cex.main=defaultSettings$cex.main, bg='black')
1429-
14301430
colMain <- '#b4d0f3'
14311431
colBack <- '#0065ca'
1432+
plot(0, 0, type='n', xlab='', ylab='', col.axis='black')
14321433

14331434
# Define plot area without axis
14341435
plot(0, 0, type='n', xlab='', ylab='', axes=FALSE, xlim=c(-1.5, 1.5), ylim=c(-1.5, 1.5))

0 commit comments

Comments
 (0)