add_scatterplot {plotscaper} | R Documentation |
Add a scatterplot to a scene or schema
Description
This function adds a scatterplot to a plotscaper
scene or schema.
Usage
add_scatterplot(x, variables = NULL, options = NULL)
Arguments
x |
A |
variables |
A vector of variable names: two continuous or discrete (required), one continuous (optional) |
options |
A list of options |
Value
The scene or schema back, with the plot added appropriately
See Also
[Package plotscaper version 0.2.5 Index]