trim_to_domain {scales} | R Documentation |
Compute range of transformed values
Description
Silently drops any ranges outside of the domain of transform
.
Usage
trim_to_domain(transform, x)
trans_range(transform, x)
Arguments
transform |
a transformation object, or the name of a transformation object given as a string. |
x |
a numeric vector to compute the range of |
[Package scales version 1.4.0 Index]