elaborator_draw_curved_line {elaborator}R 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.


[Package elaborator version 1.3.5 Index]