vars_for_component: Identify Original Variables for a Specific Component

View source: R/all_generic.R

vars_for_componentR Documentation

Identify Original Variables for a Specific Component

Description

Determines which columns from the original input space contribute (have non-zero influence) to a specific output component of the projector.

Usage

vars_for_component(x, k, ...)

## S3 method for class 'composed_projector'
vars_for_component(x, k, tol = 1e-08, ...)

Arguments

x

A projector object (e.g., projector, composed_projector).

k

The index of the output component to query.

...

Additional arguments passed to specific methods.

Value

A sorted numeric vector of unique indices corresponding to the original input variables.


bbuchsbaum/multivarious documentation built on July 16, 2025, 11:04 p.m.