| ternary_segments | R Documentation |
Draw line segments between pairs of points.
ternary_segments(x0, y0, z0, ...)
## S4 method for signature 'numeric,numeric,numeric'
ternary_segments(x0, y0, z0, x1 = x0, y1 = y0, z1 = z0, ...)
x0, y0, z0 |
A |
... |
Further graphical parameters (see |
x1, y1, z1 |
A |
ternary_segments() is called it for its side-effects.
N. Frerebeau
graphics::segments()
Other geometries:
ternary_arrows(),
ternary_crosshairs(),
ternary_image(),
ternary_labels(),
ternary_lines(),
ternary_points(),
ternary_polygon(),
ternary_text()
## Add segments
ternary_plot(NULL, panel.first = ternary_grid())
ternary_segments(x0 = 40, y0 = 20, z0 = 40,
x1 = 20, y1 = 40, z1 = 40)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.