View source: R/find_landmarks_gel_compression.R
find_landmarks_gel_compression | R Documentation |
Finds landmark points in as porous gel compression curve (Force - Distance curve). Currently, detection of the gel touch point in both the "down" and "up" cycle of the chuck is implemented. The analysis is based on the general curve for foams, comprising an initial steep elastic segment, followed by a plateau and then a densification region (Gibson &Ashby, 1997).
find_landmarks_gel_compression(theData, approximate_gel_touch_point = NULL,gel_thickness=NULL)
theData |
Force-Distance data, typically from a "down"-"up" cycle of the chuck; the data needs to be smooth and contain already the ForceSlope column, which can be obtained by smooth_texture_analyzer_data |
approximate_gel_touch_point |
Initial guess of the gel touch point |
gel_thickness |
Macroscopic gel thickness estimation, can be used to improve initial guess for the densification limit (via find_densification_limit) |
The function makes use of find_initial_touch_point for each movement cycle
Vector of estimated touch points, one for the down movement, one for the up movement
Thomas Braschler
Gibson, L. J. & Ashby, M. F. Cellular Solids: Structure and properties. (Cambridge University Press, 1997).
smooth_texture_analyzer_data
And the functions used internally:
find_initial_touch_point
find_elastic_limit
find_densification_limit
data(sampleGelSmooth) find_landmarks_gel_compression(sampleGelSmooth)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.