Browse code

Add missing closing parenthesis

Bisaloo authored on 31/01/2017 08:42:45 • GitHub committed on 31/01/2017 08:42:45
Showing 1 changed files

... ...
@@ -96,10 +96,10 @@ theme_transparent <- function(...) {
96 96
               colour = NA), ...),
97 97
           legend.key = element_rect(
98 98
               fill = "transparent", 
99
-              colour = NA, ...),
99
+              colour = NA), ...),
100 100
           legend.background = element_rect(
101 101
               fill = "transparent", 
102
-              colour = NA, ...)
102
+              colour = NA), ...)
103 103
 }
104 104
 
105 105
 ##' inset theme