qq_plot | R Documentation |
Creates qq-plots for all elements specified and colors the plot according to group.
qq_plot(
data,
elements,
group,
linewidth = 1,
size = 1,
color_scale = ggplot2::scale_color_viridis_d(),
theme = ggplot2::theme_dark(),
print = TRUE
)
data |
Datatable |
elements |
List with the elements that should be plotted. |
group |
Name of the group used for coloring the plot. |
color_scale |
Specify the colorscale. Virdis is the standard color scale. |
theme |
Specify the theme. ggplot2::theme_dark() is the stadard theme. |
print |
If TRUE qq plots are printed directly if FALSE the qq-plots are saved to a list, which is returned. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.