Description Usage Arguments Value Examples
View source: R/detect_plastic.R
this function can be used to detect the type of plastic a given plastic should be characterized as based on the materials C, H, O, and Cl content. Various combinations of elemental content can result in a plastic type of PETE, PS, PP, PE, PVC, or other.
1 | detect_plastic(C, H, O, Cl)
|
C |
- Carbon atoms present in the material |
H |
- Hydrogen atoms present in the material |
O |
- Oxygen atoms present in the material |
Cl |
- Chlorine atoms present in the material |
plastic type
1 | detect_plastic(10,8,4,0) returns: [1] "PETE"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.