R/polymer-package.R

#' data
#'
#' Data from online discussion.
#' @name field
#' @docType data
#' @aliases soil
NULL

#' Polymer
#'
#' Find overlapping polygons regions by converting a collection of sf
#' data frame polygon layers to a single pool of triangles. The pool
#' is used for subsequent queries, what layers intersect and how, maintaining
#' links to input data of all layers.
#' @name polymer-package
#' @docType package
#' @importFrom sf st_geometry
#' @importFrom rlang .data
NULL

#' Simple data examples
#'
#' A, B, C are three partially overlaying polygon layers with
#' different sets of attributes.
#' @docType data
#' @name ABC
#' @aliases A B C
NULL
mdsumner/spacebucket documentation built on Feb. 2, 2024, 4:07 a.m.