plot3js.new | R Documentation |
This function sets up a new r3js plot and returns an r3js plotting object
that can later be added to using other functions such as points3js()
and lines3js()
etc. It is in many ways equivalent to the plot.new()
command.
plot3js.new(background = "#ffffff")
background |
Background color to use |
Returns a new data3js plotting object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.