Skip to content

Commit da4bc81

Browse files
authored
<-
1 parent 4b180e5 commit da4bc81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/multiplot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ multiplot <- function(..., plotlist=NULL, file, cols=1, layout=NULL) {
1818
# Make a list from the ... arguments and plotlist
1919
plots <- c(list(...), plotlist)
2020

21-
numPlots = length(plots)
21+
numPlots <- length(plots)
2222

2323
# If layout is NULL, then use 'cols' to determine layout
2424
if (is.null(layout)) {

0 commit comments

Comments
 (0)