Learn R Programming

HiveR (version 0.2-16)

drawHiveSpline: Draw a 3D spline as part of a 3D hive plot

Description

This function analyzes the edges of a HivePlotData object in order to draw 3D splines representing those edges. Each pair of nodes at the ends of an edge is identified, and a control point is computed. This information is passed to rcsr to work out the details.

Usage

drawHiveSpline(HPD, L_A = FALSE, ...)

Arguments

HPD
An object of S3 class HivePlotData.
L_A
Logical: should splines be drawn with line_antialias = TRUE?
...
Parameters to be passed downstream.

Value

  • None. A spline is added to the 3D hive plot in progress.

References

http://academic.depauw.edu/~hanson/HiveR/HiveR.html

See Also

plot3dHive which calls this function and is the user interface.