Skip to content

Commit

Permalink
Fix anchors in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mhesselbarth committed Sep 17, 2024
1 parent 451894f commit f68faf6
Show file tree
Hide file tree
Showing 17 changed files with 203 additions and 202 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# onpoint 1.0.6
* Order of stable `i` and randomized pattern `j` changed in `simulate_antecedent_conditions`
* Fix anchors in documentation

# onpoint 1.0.5
* Streamlined documentation
Expand Down
2 changes: 1 addition & 1 deletion R/center_l_function.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#' @return fv.object
#'
#' @seealso
#' \code{\link{Lest}}
#' \code{\link[spatstat.explore]{Lest}}
#'
#' @examples
#' input_pattern <- spatstat.random::runifpoint(n = 100)
Expand Down
4 changes: 2 additions & 2 deletions R/estimate_o_ring.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
#' @return fv.object
#'
#' @seealso
#' \code{\link{density.ppp}} \cr
#' \code{\link{pcf}}
#' \code{\link[spatstat.explore]{density.ppp}} \cr
#' \code{\link[spatstat.explore]{pcf}}
#'
#' @examples
#' input_pattern <- spatstat.random::runifpoint(n = 100)
Expand Down
4 changes: 2 additions & 2 deletions R/estimate_pcf_fast.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
#' object' of the \code{spatstat} package.
#'
#' @seealso
#' \code{\link{Kest}} \cr
#' \code{\link{pcf.fv}}
#' \code{\link[spatstat.explore]{Kest}} \cr
#' \code{\link[spatstat.explore]{pcf.fv}}
#'
#' @return fv.object
#'
Expand Down
Loading

0 comments on commit f68faf6

Please sign in to comment.