truncate {multivarious}R Documentation

truncate a component fit

Description

take the first n components of a decomposition

Usage

truncate(x, ncomp)

Arguments

x

the object to truncate

ncomp

number of components to retain

Value

a truncated object (e.g. PCA with 'ncomp' components)


[Package multivarious version 0.2.0 Index]