Skip to content

Commit

Permalink
chore: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajic committed Oct 27, 2024
1 parent 1a1c822 commit 114f477
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 34 deletions.
8 changes: 4 additions & 4 deletions R/methods-relate.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
#' g <- GiottoData::loadGiottoMini("viz")
#' activeSpatUnit(g) <- "aggregate"
#' sl <- g[["spatial_locs"]][[1]]
#' gpoints <- g[["spatial_info]][[1]]
#' gpoly <- g[["feat_info]][[1]]
#' gpoints <- g[["feat_info"]][[1]]
#' gpoly <- g[["spatial_info"]][[1]]
#'
#' relate(gpoints, gpoly, relation = "intersects")
#' relate(gpoints, gpoly, relation = "intersects", use_names = FALSE)
#' res1 <- relate(gpoints, gpoly, relation = "intersects")
#' res2 <- relate(gpoints, gpoly, relation = "intersects", use_names = FALSE)
#'
#' selection <- system.file("extdata/viz_interactive_select.csv",
#' package = "GiottoClass"
Expand Down
2 changes: 1 addition & 1 deletion man/as.points.Rd

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

17 changes: 11 additions & 6 deletions man/convHull.Rd

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

8 changes: 4 additions & 4 deletions man/relate.Rd

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

40 changes: 21 additions & 19 deletions man/spat_binary_ops.Rd → man/spatial_binary_ops.Rd

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

0 comments on commit 114f477

Please sign in to comment.