make.dfs.for.X: Helper function for the plot functions

View source: R/make.dfs.for.X.R

make.dfs.for.XR Documentation

Helper function for the plot functions

Description

Helper function for the plot functions to add variable markers and labels to the predictor variable axes

Usage

make.dfs.for.X(Xo, P, B, xnames, mx, sdx)

Arguments

Xo

Original predictor matrix

P

an integer indicating the number of predictor variables

B

matrix (P x S) with weights

xnames

a vector with variable names

mx

averages of the original predictor matrix

sdx

standard deviations of the original predictor matrix

Value

output with information for the placement of variable markers and labels


lmap documentation built on April 3, 2025, 5:47 p.m.

Related to make.dfs.for.X in lmap...