ggpsd | R Documentation |
Displays the cumulative percent of sample passing a range of sizes.
ggpsd( df, units = "microns", points = TRUE, log_lines = TRUE, bold_log_lines = TRUE, ... )
df |
Data frame containing columns titled |
units |
Whether x-axis should be displayed in μcm or mm |
points |
Whether to include points on the plot (default is TRUE, set to FALSE for lines only) |
log_lines |
Logical. Plot the canonical log-10 vertical grid? |
bold_log_lines |
Logical. Plot thicker lines at 0.1, 1, 10, 100, and 1000 microns |
... |
Other arguments passed on to |
This function is designed for plotting multiple specimens via the
(...)
argument passed internally to aes()
. See
ggpsd_single_sample()
for plotting only a single sample. That function
automatically annotates the plot subtitle with additional information about
the test.
a ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.