Skip to content

Commit

Permalink
more changes from dontrun to interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
helske committed Dec 29, 2015
1 parent 25c4cf4 commit 09f74df
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions R/mhmm_biofam.R
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@
#' # (these are considerebly slower to compute)
#' summary(mhmm_biofam$model)
#'
#' \dontrun{
#' # Plotting the model for each cluster (change with Enter)
#' plot(mhmm_biofam)
#' if (interactive()) {
#' # Plotting the model for each cluster (change with Enter)
#' plot(mhmm_biofam)
#' }
#'
NULL
Expand Down
6 changes: 3 additions & 3 deletions R/mhmm_mvad.R
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
#'
#' summary(mhmm_mvad)
#'
#' \dontrun{
#' # Plotting the model for each cluster (change with Enter)
#' plot(mhmm_mvad)
#' if (interactive()) {
#' # Plotting the model for each cluster (change with Enter)
#' plot(mhmm_mvad)
#' }
#'
NULL
Expand Down
6 changes: 3 additions & 3 deletions R/mssplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@
#' # Plotting the first cluster only
#' mssplot(mhmm_biofam, which.plots = 1)
#'
#' \dontrun{
#' # Interactive plot
#' mssplot(mhmm_biofam)
#' if (interactive()) {
#' # Interactive plot
#' mssplot(mhmm_biofam)
#' }
#'
#'
Expand Down
6 changes: 3 additions & 3 deletions man/mhmm_biofam.Rd

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

6 changes: 3 additions & 3 deletions man/mhmm_mvad.Rd

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

6 changes: 3 additions & 3 deletions man/mssplot.Rd

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

0 comments on commit 09f74df

Please sign in to comment.