View source: R/mdessence-functions.R
compute_lb_samples | R Documentation |
Local biplot at input data points
compute_lb_samples(mds_matrices, dist_fns, k, samples)
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. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.