lkp_qqplot | R Documentation |
Quantile Quantile Plot
lkp_qqplot(
df,
x,
f1,
f2,
group,
label_text = lab_per,
accuracy_text = NULL,
color_text = "white",
fill_text = c(lkp_green, lkp_magenta),
label_x,
label_y,
n_points = 100,
accuracy_x = NULL,
accuracy_y = NULL,
n_breaks_x = NULL,
n_breaks_y = NULL,
facet_type = "wrap",
scales = "free",
labeller = label_verbose,
nrow = NULL,
ncol = NULL,
...
)
df |
A data.frame containing the data to represent |
x |
The x axis variable for the histogram |
f1 |
First optional variable for facet display |
f2 |
Second optional variable for facet display |
group |
Grouping variable for qqplot |
label_text |
Labeller for the printed numbers. Optional |
accuracy_text |
Accuracy for the printed numbers. Optional |
color_text |
Color for label text |
fill_text |
Color for label background |
label_x |
Labeller for the x axis. Optional |
label_y |
Labeller for the y axis. Optional |
n_points |
Number of dots for the quantile plot |
accuracy_x |
Accuracy for the y axis. Optional |
accuracy_y |
Accuracy for the y axis. Optional |
n_breaks_x |
Desired number of breaks for the x axis. Optional |
n_breaks_y |
Desired number of breaks for the y axis. Optional |
facet_type |
Should |
scales |
Should scales be fixed ( |
labeller |
A function that takes one data frame of labels and
returns a list or data frame of character vectors. Each input
column corresponds to one factor. Thus there will be more than
one with |
nrow, ncol |
Number of rows and columns. |
... |
Additional parameters passed to the |
A ggplot object representing a density plot with one or several facets.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.