mirror of
				https://github.com/bspeice/betterwithdata_cleaning_4
				synced 2025-11-04 02:10:46 -05:00 
			
		
		
		
	plotting the data
This commit is contained in:
		@ -5,6 +5,7 @@ shinyServer(function(input, output) {
 | 
			
		||||
  emergency2013 <- read.csv("./data/emergency2013.csv")
 | 
			
		||||
  
 | 
			
		||||
  output$distPlot <- renderPlot({
 | 
			
		||||
   plot(faithful$eruptions, faithful$waiting)
 | 
			
		||||
    
 | 
			
		||||
    plot(emergency2013$erdatemm, emergency2013$vstctgry)
 | 
			
		||||
  })
 | 
			
		||||
})
 | 
			
		||||
		Reference in New Issue
	
	Block a user