FreddyHernandez commited on
Commit
ceafc45
1 Parent(s): 5d36cc0

Delete server.R

Browse files
Files changed (1) hide show
  1. server.R +0 -9
server.R DELETED
@@ -1,9 +0,0 @@
1
- shinyServer(function(input, output) {
2
-
3
- output$grafico1 <- renderPlot({
4
- prob <- dpois(x=0:input$n, lambda=input$l)
5
- barplot(prob, ylim=c(0, 1), names.arg=0:input$n,
6
- xlab="x", ylab=expression(P(X==x)), col="deepskyblue3", las=1)
7
- grid()
8
- })
9
- })