Description Usage Arguments Value
View source: R/profile-features.R
Computes profiling information for a set of features. These features are computed for a transition between two chords.
1 | profile_features(random = TRUE, features = voice_features())
|
random |
(Logical scalar) Whether the two chords should be resampled each time or not. The latter is useful for evaluating the effect of memoization on function speeds. |
features |
A named list of feature functions, defaulting to the list created by
|
A named numeric vector of computation times for each feature, with units of seconds.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.