compute_lb_samples: Local biplot at input data points

View source: R/mdessence-functions.R

compute_lb_samplesR Documentation

Local biplot at input data points

Description

Local biplot at input data points

Usage

compute_lb_samples(mds_matrices, dist_fns, k, samples)

Arguments

mds_matrices

The output from make_mds_matrices.

dist_fns

The output from make_dist_fns.

k

The number of embedding dimensions for multi-dimensional scaling. Defaults to 2.

samples

Which of the points to compute sensitivities for.

Value

A data frame. Each row describes one LB axis for one sample. Columns labeled 'Embedding' give the embedding of the sample in MDS space, columns labeled 'Axis' give the LB axis for a given sample and variable. Columns labeled 'variable' and 'sample' give the variable and sample for the LB axis values.


jfukuyama/localBiplots documentation built on Jan. 10, 2023, 3:33 a.m.