sb_profile | R Documentation |
Implement sedentary profiles
sb_profile(object, method = "Hibbing_2021", ...)
object |
input (either data frame or output from
|
method |
character. The profile method to use (currently only supports
|
... |
further arguments passed to |
one or more profile assignments
sb_profile_Hibbing2021
Hibbing et al. (2021)
data(example_data, package = "PBpatterns")
sb_profile(example_data, counts = "PAXINTEN", epoch_length_sec = 60)
sb_profile(
example_data, counts = "PAXINTEN",
model = "randomForest", epoch_length_sec = 60
)
sb_profile(
example_data, id = "PAXDAY",
counts = "PAXINTEN", epoch_length_sec = 60
)
sb_profile(
example_data, id = "PAXDAY", counts = "PAXINTEN",
model = "decisionTree", epoch_length_sec = 60
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.