add corrplot

master
Aron Lindberg 2015-11-07 13:48:22 -05:00
parent e756c78651
commit 03d304c9ef
1 changed files with 2 additions and 0 deletions

View File

@ -9,5 +9,7 @@ shinyServer(function(input, output) {
emergency2013[, input$show_vars, drop = FALSE]
library(corrplot)
pairs(emergency2013[, input$show_vars, drop = FALSE])
})
})