Description Usage Arguments Value Examples
Remove a TSMP
class from an object
1 | remove_class(x, class)
|
x |
a |
class |
|
the object without the class
1 2 3 4 5 6 | w <- 50
data <- mp_gait_data
mp <- tsmp(data, window_size = w, exclusion_zone = 1 / 4, verbose = 0)
mp <- find_chains(mp)
# Remove the "Chain" class information
mp <- remove_class(mp, "Chain")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.