Description Usage Arguments Value Author(s) Examples
This function reads data from a dataframe
1 |
dat |
dataframe of input |
selected |
the user should input the number of the columns that represent strain-smoothed (gamma), strain rate-smoothed (gamma dot), stress smoothed (tau recon), Elast-Stress (FTtau_e), Visco-Stress (FTtau_v), raw time (time), raw stress (tau), raw strain (gamma) i.e. selected=c(2, 3, 4, 0, 0, 1, 0, 0) means that the second column of your data is the strain rate smoothed, the third column is the stress smoothed, the stress smoothed is the fourth column in the original data, and finally that we do not have data for the raw stress and raw strain |
... |
parameters of read.csv |
a dataframe with all the columns assigned
Giorgio Luciano and Serena Berretta, Simon Rogers Group for Soft Matter (matlab version)
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.