View source: R/system_sequence.R
transform_path | R Documentation |
Renders a 2D path with different methods
transform_path(data, scale = 1, width = c(0, 10), method = "polygon")
data |
a dataframe with x and y coordinates |
scale |
scaling factor of the output |
width |
a numeric vector for x and y shifts of the path |
method |
method used to render the path.
|
a dataframe with new x and y coordinates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.