R/pcobiplot.default.R

Defines functions pcobiplot.default

Documented in pcobiplot.default

pcobiplot.default <-
function(veg,method,y=1,...) {
    o.pcobiplot<- pcocoor(veg,method,y)
    class(o.pcobiplot)<- "pcobiplot"
    o.pcobiplot$call<- match.call()
    cat("Call:\n")
    print(o.pcobiplot$call) 
    o.pcobiplot
  }

Try the dave package in your browser

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

dave documentation built on May 2, 2019, 1:30 p.m.