R/plot.wprof.R

Defines functions plot.wprof

Documented in plot.wprof

plot.wprof <-
function(x,  shape = c("square", "circle", "equispaced"), ...) {
  Z <- getzeta(x)
  plot(Z, shape, ...)
}

Try the parsec package in your browser

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

parsec documentation built on May 2, 2019, 6:08 p.m.