create_schema {plotscaper} | R Documentation |
Create a plotscaper
schema
Description
This function constructs a schema of an interactive
plotscaper
figure.
Usage
create_schema(data = NULL, options = NULL)
Arguments
data |
A dataframe |
options |
A list of options |
Value
An object of class plotscaper_schema
Examples
create_schema(mtcars) |> add_scatterplot(c("wt", "mpg")) |> render()
[Package plotscaper version 0.2.8 Index]