mirror of
https://github.com/bspeice/betterwithdata_cleaning_4
synced 2024-12-04 13:18:10 -05:00
add corrplot
This commit is contained in:
parent
e756c78651
commit
03d304c9ef
@ -9,5 +9,7 @@ shinyServer(function(input, output) {
|
||||
emergency2013[, input$show_vars, drop = FALSE]
|
||||
|
||||
|
||||
library(corrplot)
|
||||
pairs(emergency2013[, input$show_vars, drop = FALSE])
|
||||
})
|
||||
})
|
Loading…
Reference in New Issue
Block a user