R/utils.R

Defines functions .extent

#nocov start

#' @keywords internal
.extent <- function(x, y) {
    c(xmax = max(x), xmin = min(x), ymax = max(y), ymin = min(y))
}

#nocov end

Try the hilbert package in your browser

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

hilbert documentation built on April 8, 2022, 9:07 a.m.