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