Skip to content

Commit

Permalink
add exiplot params
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-marsh committed Feb 5, 2025
1 parent fe961a9 commit 6d6c1a0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions R/visualization.R
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,8 @@ VlnPlot <- function(
fill.by = fill.by,
flip = flip,
add.noise = add.noise,
raster = raster
raster = raster,
raster.dpi = raster.dpi
))
}

Expand Down Expand Up @@ -6729,7 +6730,8 @@ ExIPlot <- function(
fill.by = NULL,
flip = FALSE,
add.noise = TRUE,
raster = NULL
raster = NULL,
raster.dpi = NULL
) {
if (is_present(arg = slot)) {
layer <- layer %||% slot
Expand Down Expand Up @@ -6839,7 +6841,8 @@ ExIPlot <- function(
alpha = alpha,
log = log,
add.noise = add.noise,
raster = raster
raster = raster,
raster.dpi = raster.dpi
))
}
)
Expand Down

0 comments on commit 6d6c1a0

Please sign in to comment.