Skip to content

Commit

Permalink
Improve syntax for a couple function names
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Eagles committed Mar 15, 2024
1 parent 68c7de0 commit 4110788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/spot_plot.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#' Spatial plots of discrete or continuous features for stitched-together
#' capture areas.
#'
#' This function is essentially a wrapper around spatialLIBD::vis_clus and
#' spatialLIBD::vis_gene, suitable for merged samples (each sample in the
#' This function is essentially a wrapper around \code{spatialLIBD::vis_clus} and
#' \code{spatialLIBD::vis_gene}, suitable for merged samples (each sample in the
#' SpatialExperiment 'spe' is a donor consisting of multiple capture areas, with
#' colData column 'exclude_overlapping' indicating overlapping spots to drop (to
#' prevent overplotting).
Expand Down

0 comments on commit 4110788

Please sign in to comment.