ggplot_ecd_boxplot: Plot a box plot of Equivalent Circular Diameter data

Description Usage Arguments Value Examples

Description

Make a ggplot2 boxplot of the ECD

Usage

1
2
ggplot_ecd_boxplot(ecd, c_fixed = 0.1, title = "Box 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: "Box 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
vec <- rnorm(1000, mean=90, sd=2)
ggplot_ecd_boxplot(vec, 0.2, "test", "ECD [nm]", 12)

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