Revision 4d37ecce6b3f6a5469d23eeba965d7de2f5ca70f authored by Björn Böttcher on 13 September 2018, 14:20:06 UTC, committed by cran-robot on 13 September 2018, 14:20:06 UTC
1 parent 441d15d
dist.to.matrix.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/multivariance-functions.R
\name{dist.to.matrix}
\alias{dist.to.matrix}
\title{Transforms a distance matrix to a matrix}
\usage{
dist.to.matrix(ds)
}
\arguments{
\item{ds}{a distance matrix object, e.g. generated by \code{\link{dist}}}
}
\description{
Does for a distance matrix generated via \code{dist} the same as \code{as.matrix} only slightly faster.
}
\keyword{internal}
Computing file changes ...