From f0db142694c6e26cf1833971b298dec988282544 Mon Sep 17 00:00:00 2001 From: Steffen Oppel Date: Wed, 25 Oct 2023 08:25:02 +0200 Subject: [PATCH] adjusted header to improve help file for addPlayback The description was confusing and the code is in fact based on milliseconds, not seconds --- R/playback.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/playback.R b/R/playback.R index 321fce77..c2f6e37f 100644 --- a/R/playback.R +++ b/R/playback.R @@ -142,7 +142,7 @@ addPlayback <- function(map, data, time = "time", icon = NULL, #' @param tickLen Set tick length in milliseconds. Increasing this value, may #' improve performance, at the cost of animation smoothness. Default is 250 #' @param speed Set float multiplier for default animation speed. Default is 50 -#' @param maxInterpolationTime Set max interpolation time in seconds. +#' @param maxInterpolationTime Set max interpolation time in milliseconds. #' Default is 5*60*1000 (5 minutes). #' @param tracksLayer Set \code{TRUE} if you want to show layer control on the #' map. Default is \code{TRUE}