pmx_dens | R Documentation |
Creates a density plot object
pmx_dens(
x,
labels,
dname = NULL,
xlim = 3,
var_line = NULL,
snd_line = NULL,
vline = NULL,
is.legend = TRUE,
...
)
x |
|
labels |
list of texts/titles used within the plot |
dname |
name of dataset to be used |
xlim |
|
var_line |
|
snd_line |
|
vline |
|
is.legend |
|
... |
others graphics arguments passed to |
labels is a list that contains:
title: plot title default "IWRES density plot"
x: x axis label default to "Etas"
y: y axis label default to empty
var_line is a list that contains:
linetype: default to 1
color: default to black
linewidth: default to 1
snd_line is a list that contains:
linetype: default to 2
color: default to black
linewidth: default to 1
vline is a list that contains:
linetype: default to 3
color: default to black
linewidth: default to 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.