22 lines
495 B
R
22 lines
495 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/CVE.R
|
|
\name{basis.cve}
|
|
\alias{basis.cve}
|
|
\alias{basis}
|
|
\title{Gets estimated SDR basis.}
|
|
\usage{
|
|
\method{basis}{cve}(dr, k)
|
|
}
|
|
\arguments{
|
|
\item{dr}{Instance of 'cve' as returned by \code{cve}.}
|
|
|
|
\item{k}{SDR dimension of requested basis, if not given a list of all
|
|
computed basis is returned.}
|
|
}
|
|
\value{
|
|
List of basis matrices, or the SDR basis for supplied dimension `k`.
|
|
}
|
|
\description{
|
|
Gets estimated SDR basis.
|
|
}
|