diff --git a/man/vis_gene_p.Rd b/man/vis_gene_p.Rd index d8fb4ea0..b905af47 100644 --- a/man/vis_gene_p.Rd +++ b/man/vis_gene_p.Rd @@ -13,12 +13,8 @@ vis_gene_p( viridis = TRUE, image_id = "lowres", alpha = NA, - cont_colors = if (viridis) { - viridisLite::viridis(21) - } else { - - c("aquamarine4", "springgreen", "goldenrod", "red") - }, + cont_colors = if (viridis) viridisLite::viridis(21) else c("aquamarine4", + "springgreen", "goldenrod", "red"), point_size = 2, auto_crop = TRUE, na_color = "#CCCCCC40", @@ -113,7 +109,7 @@ if (enough_ram()) { } } \seealso{ -Other Spatial gene visualization functions: +Other Spatial gene visualization functions: \code{\link{vis_gene}()}, \code{\link{vis_grid_gene}()} }