We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d9dbc3 commit 7bb6642Copy full SHA for 7bb6642
R/calculate_decoupling.R
@@ -57,7 +57,7 @@
57
#'
58
#' @examples
59
#' # Example using simulated data
60
-#' data(Athlytics_sample_data)
+#' data(athlytics_sample_decoupling)
61
#' print(head(athlytics_sample_decoupling))
62
63
#' \dontrun{
R/plot_exposure.R
@@ -37,7 +37,7 @@
37
38
39
40
+#' data(athlytics_sample_exposure)
41
#' # Ensure exposure_df is named and other necessary parameters like activity_type are provided
42
#' p <- plot_exposure(exposure_df = athlytics_sample_exposure, activity_type = "Run")
43
#' print(p)
0 commit comments