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

}
phiala/ecodist documentation built on Nov. 5, 2023, 10:47 a.m.