R/MVA.plot.R

Defines functions MVA.plot

Documented in MVA.plot

MVA.plot <- function(x,type=c("scores","loadings","correlations","biplot","pairs",
  "trajectories"),...) {
  type <- match.arg(type)
  x <- MVA.ident(x)
  f <- switch(type,scores=MVA.scoreplot,loadings=MVA.loadplot,correlations=MVA.corplot,
    biplot=MVA.biplot,pairs=MVA.pairplot,trajectories=MVA.trajplot)
  f(x,...)
}

Try the RVAideMemoire package in your browser

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

RVAideMemoire documentation built on Nov. 6, 2023, 5:07 p.m.