ggplot_ecd_qq_plot: Plot a quantile-quantile of Equivalent Circular Diameter data

Description Usage Arguments Value Examples

Description

Make a ggplot2 Q-Q plot of the ECD

Usage

1
2
ggplot_ecd_qq_plot(ecd, c_fixed = 0.5, title = "QQ Plot",
  ylab = "ECD [nm]", base_txt_pts = 12)

Arguments

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.

Value

plt

Examples

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)

jrminter/particlesizeR documentation built on June 5, 2019, 11:05 p.m.