Title: | Minidisc Infiltrometer Data Management |
---|---|
Description: | A set of functions for the modeling of data derived from the Minidisc Infiltrometer device. It calculates cumulative infiltration and square root of time. Also, it calculates the A parameter based on soil physical properties. |
Authors: | Carolina V. Giraldo [aut]
|
Maintainer: | Sara E. Acevedo <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.0.5 |
Built: | 2025-01-25 05:35:50 UTC |
Source: | https://github.com/cran/infiltrodiscR |
Cumulative infiltration and sqrt of time Using time and volume from field spreadsheets, the Cumulative infiltration and sqrt of time are calculated
infiltration(dataset, col_name)
infiltration(dataset, col_name)
dataset |
A tibble or data.frame including time and volume |
col_name |
vars including time and volume |
A tibble giving three new columns: sqrt_time, volume_infiltrated and infiltration
infiltration(data.frame(time = c(0, 30, 60, 90, 120, 150, 180, 210, 240, 270, 300, 0, 35, 65, 95, 125, 155, 185, 215, 245, 275, 305), volume = c(95, 89, 86, 83, 80, 77, 74, 73, 71, 69, 67, 83, 77, 64, 61, 58, 45, 42, 35, 29, 17, 15)))
infiltration(data.frame(time = c(0, 30, 60, 90, 120, 150, 180, 210, 240, 270, 300, 0, 35, 65, 95, 125, 155, 185, 215, 245, 275, 305), volume = c(95, 89, 86, 83, 80, 77, 74, 73, 71, 69, 67, 83, 77, 64, 61, 58, 45, 42, 35, 29, 17, 15)))
Calculates parameter A from (Philip, 1957)
parameter_A(dataset, col_name)
parameter_A(dataset, col_name)
dataset |
A tibble or data.frame including n_ho, alpha and suction |
col_name |
vars including n_ho, alpha and suction |
A tibble giving two new columns: suction_num, and parameter_A
parameter_A(data.frame(alpha = c(0.145, 0.008), n_ho = c(2.68, 1.09),suction = c("2cm","3cm")))
parameter_A(data.frame(alpha = c(0.145, 0.008), n_ho = c(2.68, 1.09),suction = c("2cm","3cm")))
Tabulated VG parameters Van Genuchten parameters and values of A, n and alpha for the Minidisk Infiltrometer (Decagon Devices, Inc., 2005). 12 soil texture classes and suction from 0.5 to 7 cm are tabulated
vg_par(dataset, col_name)
vg_par(dataset, col_name)
dataset |
A tibble or data.frame including suction and texture |
col_name |
vars including suction and texture |
A tibble giving three new columns: n_ho, alpha and A value
vg_par(data.frame(suction = c("2cm", "3cm"), texture = c("sand", "clay")))
vg_par(data.frame(suction = c("2cm", "3cm"), texture = c("sand", "clay")))
van Genuchten parameters for 12 soil texture classes and A values for a 2.25 cm disk radius and suction values from 0.5 to 6 cm.
vg_parameters_bytexture
vg_parameters_bytexture
vg_parameters_bytexture
A data frame with 12 rows and 11 columns:
soil texture according to the USDA
values of parameter alpha
values of parameter n
Values of parameter A at 0.5cm
Values of parameter A at 1cm
Values of parameter A at 2cm
Values of parameter A at 3cm
Values of parameter A at 4cm
Values of parameter A at 5cm
Values of parameter A at 6cm
Values of parameter A at 7cm
https://metergroup.com/products/mini-disk-infiltrometer/