R/dim.dist.R

Defines functions dim.dist

Documented in dim.dist

dim.dist <- function(x)
{
    # temporary workaround because
    # the spdep package changes the defintion of dim.dist() to
    # a non-standard result, over-writing base R
    # This puts it back within ecodist, until spdep is fixed

    # not exported!

    NULL

}

Try the ecodist package in your browser

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

ecodist documentation built on Nov. 2, 2023, 6:01 p.m.