From 6109b729d268f2b9e6b26e62733d7faaa2995330 Mon Sep 17 00:00:00 2001 From: huisman <23581164+huisman@users.noreply.github.com> Date: Thu, 22 May 2025 16:58:33 +0200 Subject: [PATCH] Fix typos Fix two typos in the description. --- R/trace_explorer.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/trace_explorer.R b/R/trace_explorer.R index ce4e05b..55f9d11 100644 --- a/R/trace_explorer.R +++ b/R/trace_explorer.R @@ -2,8 +2,8 @@ #' #' @description #' Different activity sequences in the `log` can be visualized with [`trace_explorer()`]. With the `type` argument, -#' it can be used to explore frequent as well as infrequent traces. The `coverage` argument specificies how much of the -#' `log` you want to explore. By default it is set at `0.2`, meaning that it will show the most (in)frequency traces +#' it can be used to explore frequent as well as infrequent traces. The `coverage` argument specifies how much of the +#' `log` you want to explore. By default it is set at `0.2`, meaning that it will show the most (in)frequent traces #' covering 20% of the `log`. #' #' @param log [`log`][`bupaR::log`]: Object of class [`log`][`bupaR::log`] or derivatives ([`eventlog`][`bupaR::eventlog`]