Skip to content

Commit

Permalink
propogate image.alpha to convenience fxns
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwbutler committed Jul 16, 2021
1 parent fb0394a commit 4658e44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/convenience.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ SpatialDimPlot <- function(
combine = TRUE,
pt.size.factor = 1.6,
alpha = c(1, 1),
image.alpha = 1,
stroke = 0.25,
label.box = TRUE,
interactive = FALSE,
Expand All @@ -74,6 +75,7 @@ SpatialDimPlot <- function(
combine = combine,
pt.size.factor = pt.size.factor,
alpha = alpha,
image.alpha = image.alpha,
stroke = stroke,
label.box = label.box,
interactive = interactive,
Expand All @@ -98,6 +100,7 @@ SpatialFeaturePlot <- function(
combine = TRUE,
pt.size.factor = 1.6,
alpha = c(1, 1),
image.alpha = 1,
stroke = 0.25,
interactive = FALSE,
information = NULL
Expand All @@ -114,6 +117,7 @@ SpatialFeaturePlot <- function(
combine = combine,
pt.size.factor = pt.size.factor,
alpha = alpha,
image.alpha = image.alpha,
stroke = stroke,
interactive = interactive,
information = information
Expand Down
2 changes: 2 additions & 0 deletions man/SpatialPlot.Rd

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

0 comments on commit 4658e44

Please sign in to comment.