pmx_dens {ggPMX} | R Documentation |
Creates a density plot object
Description
Creates a density plot object
Usage
pmx_dens(
x,
labels,
dname = NULL,
xlim = 3,
var_line = NULL,
snd_line = NULL,
vline = NULL,
is.legend = TRUE,
...
)
Arguments
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 |
Details
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