R/spatstat_funcs.R

#test files
#' Kest
#'
#' See [spatstat.explore::Kest()]
#'
#' @name Kest
#' @export
#' @keywords internal
#' @importFrom spatstat.explore Kest
#' @return object of class "fv" with columns for radii, theoretical K, and columns for edge corrections.
NULL

#' Gest
#'
#' See [spatstat.explore::Gest()]
#'
#' @name Gest
#' @export
#' @keywords internal
#' @importFrom spatstat.explore Gest
#' @return object of class "fv" with columns for radii, theoretical G, and columns for edge corrections.
NULL

#' Lest
#'
#' See [spatstat.explore::Lest()]
#'
#' @name Lest
#' @export
#' @keywords internal
#' @importFrom spatstat.explore Lest
#' @return object of class "fv" with columns for radii, theoretical L, and columns for edge corrections.
NULL

#' Kcross
#'
#' See [spatstat.explore::Kcross()]
#'
#' @name Kcross
#' @export
#' @keywords internal
#' @importFrom spatstat.explore Kcross
#' @return object of class "fv" with columns for radii, theoretical bivariate K, and columns for edge corrections.
NULL

#' Gcross
#'
#' See [spatstat.explore::Gcross()]
#'
#' @name Gcross
#' @export
#' @keywords internal
#' @importFrom spatstat.explore Gcross
#' @return object of class "fv" with columns for radii, theoretical bivariate G, and columns for edge corrections.
NULL

#' Lcross
#'
#' See [spatstat.explore::Lcross()]
#'
#' @name Lcross
#' @export
#' @keywords internal
#' @importFrom spatstat.explore Lcross
#' @return object of class "fv" with columns for radii, theoretical bivariate L, and columns for edge corrections.
NULL

Try the mxfda package in your browser

Any scripts or data that you put into this service are public.

mxfda documentation built on April 3, 2025, 10:25 p.m.