Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdamoses committed Jan 3, 2025
1 parent c5977e3 commit 619a6ca
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ importFrom(methods,slot)
importFrom(methods,slotNames)
importFrom(methods,validObject)
importFrom(rjson,fromJSON)
importFrom(rlang,"%||%")
importFrom(rlang,check_installed)
importFrom(sf,"st_agr<-")
importFrom(sf,"st_geometry<-")
Expand Down
1 change: 1 addition & 0 deletions R/aggregate.R
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ aggregateTxTech <- function(data_dir, df = NULL, by = NULL,
#'
#' @inheritParams sf::st_make_grid
#' @inheritParams sf::aggregate
#' @inheritParams aggregateTx
#' @param x An SFE object to be aggregated.
#' @param by A \code{sf} data frame whose geometry column is used for
#' aggregation or \code{sfc} or for multiple samples a list of \code{sfc}
Expand Down
5 changes: 5 additions & 0 deletions man/aggregate-SpatialFeatureExperiment-method.Rd

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

5 changes: 4 additions & 1 deletion man/aggregateTx.Rd

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

0 comments on commit 619a6ca

Please sign in to comment.