View source: R/pipette_schedule.R
pipette_schedule | R Documentation |
A generalized computation for any Stoke's equivalent spherical diameter
pipette_schedule( sample_name, start_time = NULL, sample_depth_cm = 10, microns = c(20, 5, 2), Gs, ambient_temp_c )
sample_name |
Character, identifies sample name |
start_time |
End of stirring period for cylinder, defaults to the day following function call at 8 AM; must be a datetime object |
sample_depth_cm |
numeric, pre-determined sample depth, defaults to 10 cm |
microns |
numeric vector of equivalent spherical diameters to sample |
Gs |
Numeric, specific gravity of soil particles, defaults to 2.7 |
ambient_temp_c |
test water temperature |
tibble of ESD values (in microns) and absolute physical times to sample (in system time zone)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.