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"))

Try the onpoint package in your browser

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

onpoint documentation built on March 7, 2023, 8:04 p.m.