R/is-periodic.R

Defines functions is.periodic

Documented in is.periodic

#' Check if an object is periodic
#'
#' @param object an object
#'
#' @export
is.periodic <- function(object) {
  inherits(object, "periodic_df") | inherits(object, "periodic_v") | inherits(object, "periodic_layer")
}

Try the ggperiodic package in your browser

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

ggperiodic documentation built on March 31, 2023, 11:51 p.m.