elaborator_draw_curved_line: Draws a curved line from start to end point

View source: R/elaborator_draw_curved_line.R

elaborator_draw_curved_lineR Documentation

Draws a curved line from start to end point

Description

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.

Usage

elaborator_draw_curved_line(x1, y1, x2, y2, ...)

Arguments

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

Value

No return value; this function is called to draw curved lines of the reference-value based pattern plot.


elaborator documentation built on April 4, 2025, 5:31 a.m.