retract | R Documentation |
retract
does the opposite of what stretch
does
retract(.data, x, y, val)
.data |
A data.frame or tibble containing at least three variables: x, y and the value |
x |
The name of the column to use from .data as x |
y |
The name of the column to use from .data as y |
val |
The name of the column to use from .data to use as the value |
x <- correlate(mtcars) xs <- stretch(x) retract(xs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.