Description Usage Arguments Details Examples
kh3_plot
is the main kh3d plotting function.
1 2 3 4 5 |
data |
tibble with 3 columns (x, y, z), the data to be plotted. |
color |
color value, plotting color. |
style |
string ('surface', 'points', 'lines'), plotting style. |
line_overlay |
logical scalar, should lines be drawn ontop the 3d surface? |
aspect |
numeric vector of length 3, defining the plot aspect ratio. |
xlab |
sting scalar, the x axis label. |
ylab |
sting scalar, the y axis label. |
zlab |
sting scalar, the z axis label. |
shininess |
numeric scalar, shininess of the plotting surface. |
Main plotting function of kh3d.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.