R/as.mcmc.oecosimu.R

`as.mcmc.oecosimu` <-
    function(x) 
{
    x <- as.ts(x)
    mcpar <- attr(x, "tsp")
    mcpar[3] <- round(1/mcpar[3])
    attr(x, "mcpar") <- mcpar
    class(x) <- c("mcmc", class(x))
    x
}

Try the vegan package in your browser

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

vegan documentation built on May 2, 2019, 5:51 p.m.