calc_proportion_ofFibers | R Documentation |
This functions computes the proportion of fibers in a microplastic particle collective.We use one of two different shape descriptors as a criterion. For an aspect ratio larger than 3 MP is considered a fiber based on Cole (2016). This is equal to an elongation larger than 2/3.Note that elongation must be calculated according to Crompton (2005).
calc_proportion_ofFibers(shape, criterion = "elon")
shape |
A character string to select the vector that contains either aspect ratio or elongation values. |
criterion |
A character string indicating whether aspect ratio or elongation should be used to calculate the proportion. Must be either "asp" or "elon". Default is "elon". |
data |
A data frame that will be manipulated. |
Uwe Schnepf
Crompton, C., 2005. Particle Shape An Important Parameter in Pharmaceutical Manufacturing. Pharm. Manuf. Pack. Sourcer. Cole, M., 2016. A novel method for preparing microplastic fibers. Sci. Rep. 6, 34519.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.