Skip to content

Commit

Permalink
Use mt_example instead of KH2017 data in example
Browse files Browse the repository at this point in the history
Use mt_example instead of KH2017 data to replicate issue from previous CRAN submission
  • Loading branch information
PascalKieslich committed Jan 16, 2024
1 parent 7391443 commit 392153b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/heatmap.R
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ mt_heatmap_raw <- function(
#' 111-130). New York, NY: Routledge.
#'
#' @examples
#' mt_heatmap(KH2017, xres=500, n_shades=5, mean_image=0.2)
#' mt_heatmap(mt_example, xres=500, n_shades=5, mean_image=0.2)
#'
#'
#'
Expand Down Expand Up @@ -667,7 +667,7 @@ mt_heatmap <- function(
#' 111-130). New York, NY: Routledge.
#'
#' @examples
#' mt_heatmap_ggplot(KH2017, xres=500, n_shades=5, mean_image=0.2)
#' mt_heatmap_ggplot(mt_example, xres=500, n_shades=5, mean_image=0.2)
#'
#' @export
mt_heatmap_ggplot <- function(data,
Expand Down Expand Up @@ -850,7 +850,7 @@ print.mt_heatmap_raw = function(x,...){
#'
#' @examples
#' mt_diffmap(
#' KH2017, condition="Condition",
#' mt_example, condition="Condition",
#' xres=400, smooth_radius=6, n_shades=5
#' )
#'
Expand Down
2 changes: 1 addition & 1 deletion man/mt_diffmap.Rd

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

2 changes: 1 addition & 1 deletion man/mt_heatmap.Rd

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

2 changes: 1 addition & 1 deletion 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 392153b

Please sign in to comment.