View source: R/construct_transform_coordinates.R
construct_grid | R Documentation |
given vectors of x and y intercepts, return a dataframe with columns x, y, xend, yend (meant for input into geom_segment()).
construct_grid(xintercepts = -5:5, yintercepts = -5:5)
xintercepts |
Numeric vector, default is -5:5. |
yintercepts |
Numeric vector, default is -5:5. |
Dataframe.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.