powered by
plotscaper
This function constructs a schema of an interactive plotscaper figure.
create_schema(data = NULL, options = NULL)
An object of class plotscaper_schema
plotscaper_schema
A dataframe
A list of options
create_schema(mtcars) |> add_scatterplot(c("wt", "mpg")) |> render()
Run the code above in your browser using DataLab