components {gdpc} | R Documentation |
Generic Function for Getting Components From an Object
Description
Generic function for getting components from an object.
Usage
components(object, which_comp)
Arguments
object |
An object. Currently there is a method for objects of class |
which_comp |
Numeric vector indicating which components to get. Default is 1. |
Value
A matrix whose columns are the desired components.
Author(s)
Daniel Peña, Ezequiel Smucler, Victor Yohai
[Package gdpc version 1.1.4 Index]