From 411078842dc696c51584d283a39e10cb9f036d9c Mon Sep 17 00:00:00 2001 From: Nick-Eagles Date: Fri, 15 Mar 2024 09:07:57 -0400 Subject: [PATCH] Improve syntax for a couple function names --- R/spot_plot.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/spot_plot.R b/R/spot_plot.R index 7e7646a..96dc552 100644 --- a/R/spot_plot.R +++ b/R/spot_plot.R @@ -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).