View source: R/plot-distribution.R
distrib | R Documentation |
creates a graphic distribution object
distrib(
labels,
is.shrink,
type = c("box", "hist"),
is.jitter = FALSE,
jitter = NULL,
facets = NULL,
histogram = NULL,
shrink = NULL,
dname = NULL,
...
)
labels |
list of texts/titles used within the plot |
is.shrink |
|
type |
box for boxplot or histogram |
is.jitter |
|
jitter |
list set jitter parameter |
facets |
list set the facet setting in case of histogram plot |
histogram |
|
shrink |
|
dname |
name of dataset to be used |
... |
others graphics arguments passed to |
labels is a list that contains:
title: plot title default "EBE distribution"
subtitle: plot subtitle default empty
x: x axis label default to "Etas"
y: y axis label default to empty
legend: legend title default to "random Effect"
shrink is a list that contains:
fun: shrinkage function can be sd
or var
size: shrinkage text size
color: shrinkage text color
vjust: shrinkage position vertical adjustment
distrib object
Other plot_pmx:
eta_cov()
,
eta_pairs()
,
individual()
,
plot_pmx.distrib()
,
plot_pmx.eta_cov()
,
plot_pmx.eta_pairs()
,
plot_pmx.individual()
,
plot_pmx.pmx_dens()
,
plot_pmx.pmx_gpar()
,
plot_pmx.pmx_qq()
,
plot_pmx.residual()
,
plot_pmx()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.