Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitee03582

Browse files
authored
leave out integration withtransform_exp() for now (#476)
1 parentb10a9de commitee03582

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

‎NEWS.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ranges (#435).
55
* New`label_date_short(leading)` argument to replace leading zeroes (#442)
66
*`breaks_pretty()` will return the input limit when it has no range (#446)
7-
*`transform_exp()` nowhas more sensible breaks, available in`breaks_exp()`
7+
*`breaks_exp()` nowprovides more sensible breaks for the exponential transform
88
(@teunbrand,#405).
99
* The scales package now keeps track of known palettes. These can be retrieved
1010
using`get_palette()` or registered using`set_palette()` (#396).

‎R/transform-numeric.R‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,7 @@ transform_exp <- function(base = exp(1)) {
255255
function(x)base^x,
256256
function(x) log(x,base=base),
257257
d_transform=function(x)base^x* log(base),
258-
d_inverse=function(x)1/x/ log(base),
259-
breaks= breaks_exp(),
258+
d_inverse=function(x)1/x/ log(base)
260259
)
261260
}
262261

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp