View source: R/drawHiveSpline.R
drawHiveSpline | R Documentation |
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.
drawHiveSpline(HPD, L_A = FALSE, ...)
HPD |
An object of S3 class |
L_A |
Logical: should splines be drawn with |
... |
Parameters to be passed downstream. |
None. A spline is added to the 3D hive plot in progress.
Bryan A. Hanson, DePauw University. hanson@depauw.edu
plot3dHive
which calls this function and is the user
interface.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.