mirror of
https://github.com/bspeice/betterwithdata_cleaning_4
synced 2025-07-01 05:46:26 -04: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