Skip to content

Commit a05831a

Browse files
committed
doc: add references for spatstat
1 parent 61f1c0d commit a05831a

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

R/spatstat_helpers.R

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,20 @@
6666
#' `factor` marks. If not already `factor`, these will be coerced as such upon
6767
#' input. `factor` marks are those that take only a finite number of possible
6868
#' values (e.g. colors or types).
69+
#'
70+
#' @references
71+
#' Baddeley A, Rubak E, Turner R (2015). _Spatial Point Patterns: Methodology
72+
#' and Applications with R_. Chapman and Hall/CRC Press, London.
73+
#' ISBN 9781482210200,
74+
#' \url{https://www.routledge.com/Spatial-Point-Patterns-Methodology-and-Applications-with-R/Baddeley-Rubak-Turner/p/book/9781482210200/}.
6975
#'
76+
#' Ripley, B.D. (1977) Modelling spatial patterns. _Journal of the Royal
77+
#' Statistical Society: Series B (Methodological)_, **39**:2, 172–192.
78+
#' \url{https://doi.org/10.1111/j.2517-6161.1977.tb01615.x}.
79+
#'
80+
#' @seealso
81+
#' \pkg{spatstat} package: \url{https://cran.r-project.org/package=spatstat}
82+
#'
7083
#' @examples
7184
#' # observation window for the standard FIA plot design
7285
#' w <- create_fia_owin()

man/spatstat_helpers.Rd

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)