| plot.flash | R Documentation |
Plots a flash object. Several types of plot are possible:
see parameter plot_type below as well as functions
flash_plot_scree, flash_plot_bar,
flash_plot_heatmap, flash_plot_histogram,
flash_plot_scatter, and flash_plot_structure.
## S3 method for class 'flash'
plot(
x,
include_scree = TRUE,
include_pm = TRUE,
order_by_pve = FALSE,
kset = NULL,
pm_which = c("factors", "loadings"),
pm_subset = NULL,
pm_groups = NULL,
pm_colors = NULL,
plot_type = c("scree", "bar", "heatmap", "histogram", "scatter", "structure"),
...
)
A ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.