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