Description Usage Arguments Details Value See Also Examples
Function transform user coordinates of plot to axis coordinates or vise versa.
1 2 3 4 |
x |
Value to transform. |
The default plot type "rr" uses transformed coordinates, so the user can
read percents on y axis and micrometers on x axis, while par('usr')
returns coordinates in log(x)
and log(log(100/y))
.
Hence the user can use transformation functions to convert between the types.
The "rr" keyword in the name of function, belongs to the log x log-log (usr) space.
Functions return appropriate transformed value.
1 2 3 4 5 6 7 8 9 10 |
[1] 1.119156e-07
[1] 81.73578
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.