Skip to content

Commit

Permalink
typo in example [no CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurdoch committed Nov 14, 2024
1 parent 4b46a7a commit 9a0e46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/setAxisCallbacks.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9a0e46a

Please sign in to comment.