From 9a0e46a15aad13d9bdfee50a5250334547877f6d Mon Sep 17 00:00:00 2001 From: Duncan Murdoch Date: Thu, 14 Nov 2024 16:09:24 -0500 Subject: [PATCH] typo in example [no CI] --- man/setAxisCallbacks.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/setAxisCallbacks.Rd b/man/setAxisCallbacks.Rd index d1e679b9d..55fc6a5fe 100644 --- a/man/setAxisCallbacks.Rd +++ b/man/setAxisCallbacks.Rd @@ -108,7 +108,7 @@ arrowAxis <- local({ to <- mean(c(center, range[2])) # margin should agree with suggestion, so use "x++" etc. margin <- gsub("-", "+", margin) - ids[dim] <- arrow3d(p0 = c(from, 1, 1), + ids[dim] <<- arrow3d(p0 = c(from, 1, 1), p1 = c(to, 1, 1), n = 4, type = "lines",