Revision ca9b808cf89fc5bfd73bfbc3a7aad705634c2260 authored by asardaes on 16 March 2022, 20:54:21 UTC, committed by asardaes on 16 March 2022, 20:54:21 UTC
1 parent 6382b57
Raw File
as.matrix.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/UTILS-as-methods.R
\name{as.matrix}
\alias{as.matrix}
\title{as.matrix}
\usage{
as.matrix(x, ...)
}
\arguments{
\item{x, ...}{See \code{\link[base:matrix]{base::as.matrix()}}.}
}
\description{
\pkg{proxy} exported a non-generic \code{as.matrix} function. This is to re-export the base version
and add coercion methods for \code{pairdist} and \code{crossdist}.
}
\seealso{
\code{\link[base:matrix]{base::as.matrix()}}
}
back to top