sample data set as a result of Purency's Microplastic Particle Finder
Source:R/data.R
purencySampleData.Rd
Reflects the data after they have been read into the environment by evalPurency. They are used for testing purpose, as well as for examples or testing by users.
Format
A data frame with 2313 rows and 9 variables:
- sample
The name of the sample. A sample comprises one to several single measurements, that are summed up during the processing of evalPurency.
- measurement
The name of the single measurement.
- className
Contains the name of the polymer, described in this row.
- length
The length of the particle measured by Purency.
- form
Which form(shape) the particle has (sphere, fragment, pixel, fibre).
- color
Color of the particle (not used, yet).
- lengthFibre
If particle is a fibre, the lenght has to be measured manually. In that case, the length is stated here.
- area
The area of the particle measured by Purency.
- width
The width of the particle measured by Purency.