powered by
Draw arrows between pairs of points.
ternary_arrows(x0, y0, z0, ...)# S4 method for numeric,numeric,numeric ternary_arrows(x0, y0, z0, x1 = x0, y1 = y0, z1 = z0, ...)
# S4 method for numeric,numeric,numeric ternary_arrows(x0, y0, z0, x1 = x0, y1 = y0, z1 = z0, ...)
ternary_arrows() is called it for its side-effects.
ternary_arrows()
A numeric vector giving the x, y and z ternary coordinates of points from which to draw.
numeric
Further arguments to be passed to graphics::arrows().
graphics::arrows()
A numeric vector giving the x, y and z ternary coordinates of points to which to draw.
N. Frerebeau
Other geometries: ternary_crosshairs(), ternary_image(), ternary_labels(), ternary_lines(), ternary_points(), ternary_polygon(), ternary_segments(), ternary_text()
ternary_crosshairs()
ternary_image()
ternary_labels()
ternary_lines()
ternary_points()
ternary_polygon()
ternary_segments()
ternary_text()
## Add arrows ternary_plot(NULL, panel.first = ternary_grid()) ternary_arrows(x0 = 40, y0 = 20, z0 = 40, x1 = 20, y1 = 40, z1 = 40)
Run the code above in your browser using DataLab