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 Nov. 7, 2025, 5:11 p.m.