shiny_biplot: Shiny wrapper for plot_biplot

Description Usage Arguments

View source: R/shiny_plots.R

Description

Shiny wrapper for plot_biplot

Usage

1
2
3
4
5
6
7
8
9
shiny_biplot(
  x,
  sample_labels = NULL,
  feature_labels = NULL,
  n_features = 20,
  balance = 0.25,
  text_size = 0.025,
  prefix = ""
)

Arguments

x

Transformed matrix.

sample_labels

Sample labels.

feature_labels

Feature labels.

n_features

Number of features to label, by default.

balance

Relative scaling of samples and features, by default.

text_size

Text size in plot.

prefix

Prefix for variables in environment for composable shiny app.


MonashBioinformaticsPlatform/varistran documentation built on March 21, 2020, 3:20 p.m.