Skip to content

Commit

Permalink
update MLE example
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbossek committed Jun 14, 2016
1 parent 381d805 commit 94f8238
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inst/examples/mle.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ legend(x = 0.8, y = 3,
lty = c(3,2), col = c("black", "red")
)
dev.off()

library(ggplot2)
pl = qplot(x, binwidth = 0.2)

0 comments on commit 94f8238

Please sign in to comment.