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 68592d2 commit 8190292Copy full SHA for 8190292
tests/testthat/test-coord-polar.R
@@ -9,7 +9,7 @@ test_that("polar distance is calculated correctly", {
9
)
10
coord <- coord_polar()
11
panel_params <- coord$setup_panel_params(scales$x, scales$y)
12
- dists <- coord$distance(dat$theta, dat$r, panel_params)
+ dists <- coord$distance(dat$theta, dat$r, panel_params, boost = 1)
13
14
# dists is normalized by dividing by this value, so we'll add it back
15
# The maximum length of a spiral arc, from (t,r) = (0,0) to (2*pi,1)
0 commit comments