Skip to content

Commit

Permalink
chore: run document
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajic committed Apr 11, 2024
1 parent 4faf3c9 commit 31de8d5
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
13 changes: 7 additions & 6 deletions R/vis_spatial_in_situ.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
#' @param expand_counts expand feature coordinate counts (see details)
#' @param count_info_column column name with count information
#' (if expand_counts = TRUE)
#' @param jitter maximum x,y jitter provided as c(x, y)
#' @param jitter numeric. Maximum x,y jitter provided as c(x, y) or a single
#' number which will be recycled to length 2.
#' @param axis_text axis text size
#' @param axis_title title text size
#' @param legend_text legend text size
Expand Down Expand Up @@ -563,8 +564,8 @@ spatInSituPlotPoints <- function(gobject,
#' @family In Situ visualizations
#' @returns ggplot
#' @examples
#' g <- GiottoData::loadGiottoMini("vizgen")
#' spatInSituPlotHex(g, feats = c("Mlc1", "Gprc5b", "Gfap"),
#' g <- GiottoData::loadGiottoMini("vizgen")
#' spatInSituPlotHex(g, feats = c("Mlc1", "Gprc5b", "Gfap"),
#' polygon_feat_type = "z0")
#' @export
spatInSituPlotHex <- function(
Expand Down Expand Up @@ -850,9 +851,9 @@ spatInSituPlotHex <- function(
#' @returns ggplot
#' @examples
#' g <- GiottoData::loadGiottoMini("vizgen")
#' spatInSituPlotDensity(g, feats = c("Mlc1", "Gprc5b", "Gfap"),
#' spatInSituPlotDensity(g, feats = c("Mlc1", "Gprc5b", "Gfap"),
#' polygon_feat_type = "z0")
#'
#'
#' @export
spatInSituPlotDensity <- function(
gobject,
Expand Down Expand Up @@ -1014,7 +1015,7 @@ spatInSituPlotDensity <- function(
#' g <- GiottoData::loadGiottoMini("vizgen")
#' x <- GiottoClass::getFeatureInfo(g)
#' x <- data.table::as.data.table(x)
#'
#'
#' @keywords internal
#' @export
expand_feature_info <- function(
Expand Down
2 changes: 1 addition & 1 deletion man/addGiottoImageToSpatPlot.Rd

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

2 changes: 1 addition & 1 deletion man/spatInSituPlotDensity.Rd

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

4 changes: 2 additions & 2 deletions man/spatInSituPlotHex.Rd

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

3 changes: 2 additions & 1 deletion man/spatInSituPlotPoints.Rd

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

0 comments on commit 31de8d5

Please sign in to comment.