foam_mechanical_analysis_list: foam_mechanical_analysis_list

View source: R/foam_mechanical_analysis_list.R

foam_mechanical_analysis_listR Documentation

foam_mechanical_analysis_list

Description

Analysis of list of foam compression curves. This function applies foam_mechanical_analysis to each compression curve and collects the results

Usage

foam_mechanical_analysis_list(file_info,data_list,start_height_column="start_height_mm",approximate_gel_touch_point_column="approximate_gel_touch_point",...)

Arguments

file_info

Description of the compression curves. This is a dataframe, which needs to contain at least the columns with names given by the arguments start_height_column and approximate_gel_touch_point_column, but usually contains more information such as the fabrication conditions. file_info needs to contain as many lines as there are elements in data_list

data_list

List of compression curves, typically produced by read_texture_analyzer_tab_list

start_height_column

Name of the starting height column in file_info. This column describes the starting height of the chuck at the beginning of compression, in millimeters

approximate_gel_touch_point_column

Name of the column in file_info that contains a manual estimation of the approximate gel touchpoint, in mm.

...

Possibility to pass down further arguments to foam_mechanical_analysis, used internally

Value

A list with as many elements as there are lines file_info. Each of these elements is the output of foam_mechanical_analysis. As the output of foam_mechanical_analysis is a list itself, the return value is a list of lists.

Author(s)

Thomas Braschler

See Also

foam_mechanical_analysis, used internally

Examples

data(CMC_concentration_data)
results=foam_mechanical_analysis_list(file_info=CMC_concentration_file_info, data_list=CMC_concentration_data,stress_column="pressure_reduced",stress_slope_column="pressureSlope_reduced")
	




tbgitoo/textureAnalyzerGels documentation built on March 30, 2022, 4:53 a.m.