View source: R/pipette_sample_depth.R
pipette_sample_depth | R Documentation |
Ideally, the same protocol is followed each and every time. In reality, schedules sometimes must be adjusted. This function computes the proper pipette sampling depth for a given time interval after stirring was completed.
pipette_sample_depth( particle_diameter, duration_hr, Gs = 2.7, ambient_temp_c = 22 )
particle_diameter |
equivalent spherical diameter, microns |
duration_hr |
hours since stirring (decimal) |
Gs |
specific gravity of soil particles; defaults to 2.7 |
ambient_temp_c |
measured temperature to nearest 0.1 degree C |
numeric vector of length 1 (centimeters below liquid surface to sample)
pipette_sample_depth(particle_diameter = 2, duration_hr = 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.