feats_in_time | R Documentation |
features in time visualise the level of a feature in one face, across time.
feats_in_time(df, vars, tmin = NULL, tmax = NULL, standardise = F,
...)
df |
The dataframe to visualise. |
vars |
The variable(s) to visualise. There is a list of preset functions: "head" or "h" allows to visualise the movements of the head in the three spatial axis. |
tmin |
Starting time |
tmax |
Ending time |
standardise |
If true, standardises all the variables (to use when comparing variables with different levels) |
A plot with the level of one or more features in time
# see the two AU relative to smiles for John, from second 10 to second 30
feats_in_time(john, c("AU_06r", "AU_12r"), tmin = 10, tmax = 30, standardise = F)
# Paula standardised head movements
feats_in_time(paula, "h", standardise = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.