Skip to content

Commit 3f06a27

Browse files
committed
rename Coord$transform(range) to Coord$transform(panel_params)
1 parent b25fdfe commit 3f06a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/coord-.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Coord <- ggproto("Coord",
177177
panel_params
178178
},
179179

180-
transform = function(data, range) NULL,
180+
transform = function(data, panel_params) NULL,
181181

182182
distance = function(x, y, panel_params) NULL,
183183

0 commit comments

Comments
 (0)