components: Generic Function for Getting Components From an Object

View source: R/classGDPC.R

componentsR 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 gdpcs.

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


gdpc documentation built on Nov. 19, 2023, 5:12 p.m.

Related to components in gdpc...