add corrplot

This commit is contained in:
Aron Lindberg 2015-11-07 13:48:22 -05:00
parent e756c78651
commit 03d304c9ef

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])
})
})