View source: R/elaborator_draw_curved_line.R
elaborator_draw_curved_line | R Documentation |
This function is mostly useful for generating the reference-value based pattern analysis plots. It draws a curved line from a start to an end point.
elaborator_draw_curved_line(x1, y1, x2, y2, ...)
x1 |
x-coordinate of the starting point |
y1 |
y-coordinate of the starting point |
x2 |
x-coordinate of the end point |
y2 |
y-coordinate of the end point |
... |
further parameters |
No return value; this function is called to draw curved lines of the reference-value based pattern plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.