Skip to content

Commit

Permalink
Avoid dev.off() due to pkgdown::build_site() and pdf generation
Browse files Browse the repository at this point in the history
  • Loading branch information
AEBilgrau committed Aug 22, 2019
1 parent 82e0125 commit 9f91418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/choose.theta.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#' plot(data2$z, main = "initial GMM")
#'
#' # Alteratively, theta can simply be plotted to illustrate the GMM density
#' dev.off()
#' par(mfrow = c(1,1))
#' plot(theta, add.ellipses = TRUE)
#' points(data2$z, pch = 16, cex = 0.4)
#' @export
Expand Down
2 changes: 1 addition & 1 deletion man/choose.theta.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9f91418

Please sign in to comment.