X-Git-Url: https://git.auder.net/?p=morpheus.git;a=blobdiff_plain;f=pkg%2FR%2Fplot.R;fp=pkg%2FR%2Fplot.R;h=328b18ce88d6323c82ad66cc971abbd67ffc742b;hp=da8f8bfd2a1189e88a32e986f5fcca7b59cfc363;hb=dfdd811f8488c88148c930eba94924fdbb7a3261;hpb=fdff27fbb8f829ec17d7e4ecbe415ec6dd6701d3 diff --git a/pkg/R/plot.R b/pkg/R/plot.R index da8f8bf..328b18c 100644 --- a/pkg/R/plot.R +++ b/pkg/R/plot.R @@ -30,7 +30,7 @@ #' @param ... Additional graphical parameters (xlab, ylab, ...) #' #' @examples -#' \donttest{ +#' \dontrun{ #' β <- matrix(c(1,-2,3,1),ncol=2) #' mr <- multiRun(...) #see bootstrap example in ?multiRun #' #mr[[i]] is a list of estimated parameters matrices @@ -69,7 +69,7 @@ plotHist <- function(mr, x, y, ...) #' @param ... Additional graphical parameters (xlab, ylab, ...) #' #' @examples -#' \donttest{ +#' \dontrun{ #' β <- matrix(c(1,-2,3,1),ncol=2) #' mr <- multiRun(...) #see bootstrap example in ?multiRun #' #mr[[i]] is a list of estimated parameters matrices @@ -107,7 +107,7 @@ plotBox <- function(mr, x, y, ...) #' @param ... Additional graphical parameters #' #' @examples -#' \donttest{ +#' \dontrun{ #' β <- matrix(c(1,-2,3,1),ncol=2) #' mr <- multiRun(...) #see bootstrap example in ?multiRun #' #mr[[i]] is a list of estimated parameters matrices