R/method-plot.R

Defines functions plot.ggcut plot.ggwrap plot.ggbreak

##' @method plot ggbreak
##' @export
plot.ggbreak <- function(x, y, ...) {
    NextMethod()
}

##' @method plot ggwrap
plot.ggwrap <- function(x, y, ...){
    NextMethod()
}

##' @method plot ggcut
plot.ggcut <- function(x, y, ...){
    NextMethod()
}

Try the ggbreak package in your browser

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

ggbreak documentation built on July 9, 2023, 5:50 p.m.