diff --git a/R/data_plot.R b/R/data_plot.R index a369d7b3d..3b916383f 100644 --- a/R/data_plot.R +++ b/R/data_plot.R @@ -67,10 +67,6 @@ #' x <- hdi(model) #' plot(x) + theme_modern() #' -#' data <<- rnorm(1000, 1) -#' x <- p_direction(data) -#' plot(x) -#' #' x <- p_direction(model, verbose = FALSE) #' plot(x) #' diff --git a/man/data_plot.Rd b/man/data_plot.Rd index 136ac4499..af31261df 100644 --- a/man/data_plot.Rd +++ b/man/data_plot.Rd @@ -81,10 +81,6 @@ plot(x) x <- hdi(model) plot(x) + theme_modern() -data <<- rnorm(1000, 1) -x <- p_direction(data) -plot(x) - x <- p_direction(model, verbose = FALSE) plot(x)