diff --git a/R/heatmap.R b/R/heatmap.R index 40a3652..e68cf3c 100644 --- a/R/heatmap.R +++ b/R/heatmap.R @@ -478,9 +478,7 @@ mt_heatmap_raw <- function( #' 111-130). New York, NY: Routledge. #' #' @examples -#' \dontrun{ #' mt_heatmap(KH2017, xres=500, n_shades=5, mean_image=0.2) -#' } #' #' #' @@ -669,9 +667,7 @@ mt_heatmap <- function( #' 111-130). New York, NY: Routledge. #' #' @examples -#' \dontrun{ #' mt_heatmap_ggplot(KH2017, xres=500, n_shades=5, mean_image=0.2) -#' } #' #' @export mt_heatmap_ggplot <- function(data, @@ -853,12 +849,10 @@ print.mt_heatmap_raw = function(x,...){ #' 111-130). New York, NY: Routledge. #' #' @examples -#' \dontrun{ #' mt_diffmap( #' KH2017, condition="Condition", #' xres=400, smooth_radius=6, n_shades=5 #' ) -#' } #' #' @export mt_diffmap <- function( diff --git a/man/mt_diffmap.Rd b/man/mt_diffmap.Rd index b9a259c..6697d68 100644 --- a/man/mt_diffmap.Rd +++ b/man/mt_diffmap.Rd @@ -104,12 +104,10 @@ or from which trajectory heatmaps can be computed. Difference-heatmaps are constructed analogously to \link{mt_heatmap_raw}. } \examples{ -\dontrun{ mt_diffmap( KH2017, condition="Condition", xres=400, smooth_radius=6, n_shades=5 ) -} } \references{ diff --git a/man/mt_heatmap.Rd b/man/mt_heatmap.Rd index 38a581d..b5c827f 100644 --- a/man/mt_heatmap.Rd +++ b/man/mt_heatmap.Rd @@ -56,9 +56,7 @@ output in \link[grDevices:png]{tiff}, \link[grDevices]{png}, how the trajectory heatmaps are constructed, see \link{mt_heatmap_raw}. } \examples{ -\dontrun{ mt_heatmap(KH2017, xres=500, n_shades=5, mean_image=0.2) -} diff --git a/man/mt_heatmap_ggplot.Rd b/man/mt_heatmap_ggplot.Rd index 9b4059d..00e7cb5 100644 --- a/man/mt_heatmap_ggplot.Rd +++ b/man/mt_heatmap_ggplot.Rd @@ -53,9 +53,7 @@ operator. For further details on how the trajectory heatmaps are constructed, see \link{mt_heatmap_raw}. } \examples{ -\dontrun{ mt_heatmap_ggplot(KH2017, xres=500, n_shades=5, mean_image=0.2) -} } \references{