R/plot.R

Defines functions plot.move2

#' @export
plot.move2 <- function(x, y, ...) {
  class(x) <- setdiff(class(x), "move2")
  NextMethod()
}

Try the move2 package in your browser

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

move2 documentation built on April 4, 2025, 12:24 a.m.