mirror of
https://github.com/bspeice/betterwithdata_cleaning_4
synced 2024-12-04 13:18:10 -05:00
plotting the data
This commit is contained in:
parent
38b535e9fc
commit
da0fe0719b
@ -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)
|
||||||
})
|
})
|
||||||
})
|
})
|
Loading…
Reference in New Issue
Block a user