R/plot.wprof.R

Defines functions plot.wprof

Documented in plot.wprof

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

Try the parsec package in your browser

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

parsec documentation built on Aug. 19, 2023, 5:07 p.m.