plot3js.new {r3js} | R Documentation |
Setup a new r3js plot
Description
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.
Usage
plot3js.new(background = "#ffffff")
Arguments
background |
Background color to use |
Value
Returns a new data3js plotting object
[Package r3js version 0.0.2 Index]