elaborator_draw_curved_line: Draws a curved line from start to end point

Description Usage Arguments Value

View source: R/elaborator_draw_curved_line.R

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

1

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 Feb. 23, 2021, 1:06 a.m.