Learn R Programming

plotscaper (version 0.2.8)

create_schema: Create a plotscaper schema

Description

This function constructs a schema of an interactive plotscaper figure.

Usage

create_schema(data = NULL, options = NULL)

Value

An object of class plotscaper_schema

Arguments

data

A dataframe

options

A list of options

Examples

Run this code
create_schema(mtcars) |> add_scatterplot(c("wt", "mpg")) |> render()

Run the code above in your browser using DataLab