View source: R/plot_functions.R
cvMultiMelt | R Documentation |
cvMultiMelt()
visualizes the structure of one or more
covariance matrix estimators through a grid of heat maps, where each heat
map corresponds to a different estimator.
cvMultiMelt(
dat,
estimator,
stat = "min",
dat_orig,
plot_type = "heatmap",
cv_details,
has_hypers,
abs_v = TRUE
)
dat |
A named |
estimator |
A |
stat |
A |
dat_orig |
The |
plot_type |
A |
cv_details |
A |
has_hypers |
A |
abs_v |
A |
A grid of heat map plots comparing the desired covariance matrix estimators.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.