pmx_qq {ggPMX} | R Documentation |
This function creates a qq plot object
Description
This function creates a qq plot object
Usage
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,
...
)
Arguments
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 |
Details
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
Value
pmx_qq
object