flash_plot_histogram | R Documentation |
Creates a histogram or sequence of histograms of posterior means for factors
f_{jk}
or loadings \ell_{ik}
. One plot is created for each
value of k
in kset
. Values are normalized so that the
maximum absolute value for each factor f_{\cdot k}
or set of
loadings \ell_{\cdot k}
is equal to 1 (see ldf.flash
).
If pm_groups
is specified, then overlapping semi-transparent
histograms are created, with one histogram per group specified by
pm_groups
. This option works best when the number of groups is small
or when groups are well separated across components.
flash_plot_histogram(
fl,
order_by_pve = FALSE,
kset = NULL,
pm_which = c("factors", "loadings"),
pm_subset = NULL,
pm_groups = NULL,
pm_colors = NULL,
binwidth = NULL,
bins = NULL,
alpha = 0.5,
...
)
fl |
An object inheriting from class |
order_by_pve |
If |
kset |
A vector of integers specifying the factor/loadings pairs to be
plotted. If |
pm_which |
Whether to plot loadings |
pm_subset |
A vector of row indices |
pm_groups |
A vector specifying the group to which each row of the data
|
pm_colors |
A character vector specifying a color for each unique group
specified by |
binwidth |
The width of the bins (a numeric value). The default is to
use the number of bins in |
bins |
Number of bins. Overriden by |
alpha |
A transparency value between 0 (transparent) and 1 (opaque). |
... |
Additional arguments to be passed to
|
A ggplot
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.