View source: R/foam_mechanical_analysis_mecmesin_list.R
foam_mechanical_analysis_mecmesin_list | R Documentation |
Analysis of list of foam compression curves. This function applies foam_mechanical_analysis_mecmesin to each compression curve and collects the results
foam_mechanical_analysis_mecmesin_list(file_info,data_list,offset_height_column="offset_height_mm",approximate_gel_height_column="approximate_gel_height",...)
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 |
data_list |
List of compression curves, typically produced by read_mecmesin_tab_list |
offset_height_column |
Name of the off set height column in |
approximate_gel_height_column |
Name of the column in |
... |
Possibility to pass down further arguments to foam_mechanical_analysis_mecmesin, used internally |
A list with as many elements as there are lines file_info
. Each of these elements is the output of foam_mechanical_analysis_mecmesin. As the output of foam_mechanical_analysis_mecmesin is a list itself, the return value is a list of lists.
Thomas Braschler
foam_mechanical_analysis_mecmesin, used internally
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.