powered by
Return the SVD decomposition.
SVD(x, ndim = min(nrow(x), ncol(x)), ...)
A numeric dataset (data.frame or matrix).
The number of dimensions.
Other parameters.
svd
# NOT RUN { require (datasets) data (iris) SVD (iris [, -5]) # }
Run the code above in your browser using DataLab