pmx_qq | R Documentation |
This function creates a qq plot object
pmx_qq(
x,
labels,
dname = NULL,
point = NULL,
xmax = TRUE,
facets = NULL,
is.reference_line = NULL,
reference_line = NULL,
is.shrink = NULL,
shrink = NULL,
is.hline = NULL,
hline = NULL,
is.vline = NULL,
vline = NULL,
...
)
x |
|
labels |
list of texts/titles used within the plot |
dname |
name of dataset to be used |
point |
|
xmax |
|
facets |
|
is.reference_line |
|
reference_line |
|
is.shrink |
|
shrink |
|
is.hline |
logical if TRUE add horizontal line y=0 ( TRUE by default) |
hline |
geom hline graphical parameters |
is.vline |
logical if TRUE add vertical line x=0 ( TRUE by default) |
vline |
geom vline graphical parameters |
... |
others graphics arguments passed to |
labels is a list that contains:
title: plot title default "EBE vs. covariates"
x: x axis label default to "Etas"
y: y axis label default to empty
point is a list that contains:
shape: default to 1
color: default to black
size: default to 1
pmx_qq
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.