TimStats commited on
Commit
7622685
·
verified ·
1 Parent(s): a7e35fc

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -575,7 +575,7 @@ server <- function(input, output,session) {
575
  padding = unit(c(20, 20, 20, 20), "points") # top, right, bottom, left margins
576
  )
577
  )
578
- }, height = 1000, width = 1000, res = 96,pointsize = 12,asp = 1)
579
  }
580
 
581
  # Run the app
 
575
  padding = unit(c(20, 20, 20, 20), "points") # top, right, bottom, left margins
576
  )
577
  )
578
+ }, height = 1000, width = 1000, res = 96,pointsize = 12)
579
  }
580
 
581
  # Run the app