As still in junior level in R programming I am trying to finish my first project.
I have those data (2000 values) (Dft is dry film thickess)
Quarter DFT
1st 1,61
1st 2,35
1st 1,74
2nd 2,56
2nd 1,79
2nd 1,84
2nd 1,69
3rd 1,85
3rd 1,73
3rd 2,62
3rd 2,43
3rd 1,85
What I want is to produce a vector of random values of a specific area, lets say 0 to 3 (which actually is meters) and those values will be assigned in the existing table with the criteria :
The nearest to 0 the lowest the DFT value.
This way I will create a diagram DFT - Meter with 4 lines regarding the quarter.
The second question can be how this diagramme can be in 3d so I will have a visualize of a pipeline as a cylinder with the different thickness which actually would need the perimeter as well instead of the name "Quarter"