Skip to content

Commit

Permalink
Move heatmap examples to dontrun
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalKieslich committed Jan 10, 2024
1 parent c6368f6 commit 3c2a14b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 42 deletions.
21 changes: 0 additions & 21 deletions R/heatmap.R
Original file line number Diff line number Diff line change
Expand Up @@ -478,13 +478,7 @@ mt_heatmap_raw <- function(
#' 111-130). New York, NY: Routledge.
#'
#' @examples
#' # Create heatmap of example data
#' # (as there are only few trajectories in this dataset, it is not very
#' # suitable for a heatmap but the plotting is quick for testing purposes)
#' mt_heatmap(mt_example, xres=500, n_shades=5, mean_image=0.2)
#'
#' \dontrun{
#' # Create heatmap of KH2017 data
#' mt_heatmap(KH2017, xres=500, n_shades=5, mean_image=0.2)
#' }
#'
Expand Down Expand Up @@ -675,13 +669,7 @@ mt_heatmap <- function(
#' 111-130). New York, NY: Routledge.
#'
#' @examples
#' # Create heatmap of example data
#' # (as there are only few trajectories in this dataset, it is not very
#' # suitable for a heatmap but the plotting is quick for testing purposes)
#' mt_heatmap_ggplot(mt_example, xres=500, n_shades=5, mean_image=0.2)
#'
#' \dontrun{
#' # Create heatmap of KH2017 data
#' mt_heatmap_ggplot(KH2017, xres=500, n_shades=5, mean_image=0.2)
#' }
#'
Expand Down Expand Up @@ -865,16 +853,7 @@ print.mt_heatmap_raw = function(x,...){
#' 111-130). New York, NY: Routledge.
#'
#' @examples
#' # Create difference-heatmap of example data
#' # (as there are only few trajectories in this dataset, it is not very
#' # suitable for a heatmap but the plotting is quick for testing purposes)
#' mt_diffmap(
#' mt_example, condition="Condition",
#' xres=400, smooth_radius=6, n_shades=5
#' )
#'
#' \dontrun{
#' # Create difference-heatmap of KH2017 data
#' mt_diffmap(
#' KH2017, condition="Condition",
#' xres=400, smooth_radius=6, n_shades=5
Expand Down
9 changes: 0 additions & 9 deletions man/mt_diffmap.Rd

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

6 changes: 0 additions & 6 deletions man/mt_heatmap.Rd

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

6 changes: 0 additions & 6 deletions man/mt_heatmap_ggplot.Rd

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

0 comments on commit 3c2a14b

Please sign in to comment.