powered by
This function is used to plot three dimensional lines with segments colored. It may be just as simple to use plotly::plot_ly() directly.
col_line3(x, y, z = 0, c, ...)
a plot_ly() graphics object
name of object or variable containing data for x axis
name of object or variable containing data for y axis
name of object or variable containing data for z axis
name of object or variable by which to color
Additional inputs for plot_ly()
cline
col_line3(1:20, 1:20, 1:20, 1:20)
Run the code above in your browser using DataLab