compute_lb_new_points: Local biplot at new points

View source: R/mdessence-functions.R

compute_lb_new_pointsR Documentation

Local biplot at new points

Description

Local biplot at new points

Usage

compute_lb_new_points(mds_matrices, dist_fns, k, new_points)

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.

new_points

A list with new points to compute biplot axes 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.