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 March 13, 2026, 5:08 p.m.