R/onpoint-package.R

#' @title onpoint
#'
#' @description
#' Growing collection of small helper functions for point pattern analysis. Most functions
#' are designed to work with the spatstat package.
#'
#' @name onpoint
#' @docType package
#' @keywords internal
"_PACKAGE"

# Global variables
globalVariables(c(
  "aggregate",
  "hi", "high",
  "is",
  "lo", "low",
  "marks",
  "obs", "observed",
  "r",
  "theo", "theoretical", "type",
  "x.min", "x.max",
  "y"))
r-spatialecology/onpoint documentation built on Feb. 14, 2025, 9:05 p.m.