Description Usage Arguments Value Examples
Make a ggplot2 Q-Q plot of the ECD
1 2 | ggplot_ecd_qq_plot(ecd, c_fixed = 0.5, title = "QQ Plot",
ylab = "ECD [nm]", base_txt_pts = 12)
|
ecd |
vector - Contains the ECD |
c_fixed |
number default: 0.1 The width parameter |
title |
String - A title for the plot. Default: "QQ Plot" |
ylab |
String - the y axis label. Default = "ECD [nm]" |
base_txt_pts |
String - the size in points. Default 12. |
plt
1 2 3 4 | library(particlesizeR)
# simulate a distribution
ecd <- rnorm(1000, mean=90, sd=2)
ggplot_ecd_qq_plot(ecd, 0.5, "QQ Plot", "ECD [nm]", 12)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.