https://github.com/cran/VCA
Raw File
Tip revision: 1f7f3313938545ea6f02cb48cb837c777e2647f9 authored by Andre Schuetzenmeister on 24 November 2015, 15:16:22 UTC
version 1.2.1
Tip revision: 1f7f331
Trace.Rd
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/vca.R
\name{Trace}
\alias{Trace}
\title{Compute the Trace of a Matrix.}
\usage{
Trace(x)
}
\arguments{
\item{x}{(matrix, Matrix) object}
}
\value{
(numeric) value, the trace of the matrix
}
\description{
Function computes the sum of main-diagonal elements of a squared matrix.
}

back to top