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

character variable name to sample

labels

list of texts/titles used within the plot

dname

name of dataset to be used

xlim

numeric x axis limits

var_line

list variable density graphics parameters

snd_line

list normal density graphics parameters

vline

list vertical line graphics parameters

is.legend

logical whether to add a legend (defaults TRUE)

...

others graphics arguments passed to pmx_gpar internal object.

Details

labels is a list that contains:

var_line is a list that contains:

snd_line is a list that contains:

vline is a list that contains:


[Package ggPMX version 1.2.11 Index]