Learn R Programming

plotscaper (version 0.2.8)

Explore Your Data with Interactive Figures

Description

A framework for creating interactive figures for data exploration. All plots are automatically linked and support several kinds of interactive features, including selection, zooming, panning, and parameter manipulation. The figures can be interacted with either manually, using a mouse and a keyboard, or by running code from inside an active R session.

Copy Link

Version

Install

install.packages('plotscaper')

Monthly Downloads

252

Version

0.2.8

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Adam Bartonicek

Last Published

February 23rd, 2025

Functions in plotscaper (0.2.8)

create_schema

Create a plotscaper schema
plotscaper_global

A Plotscaper Global Configuration Object
render

Render a schema into an interactive scene
get_plot_ids

Return a list of plot ids from a plotscaper scene or schema
select_cases

Select cases of the data
get_scale

Get a plot scale
plotscaper-shiny

Shiny bindings for plotscaper
id

Plot id
set_scale

Set values of a scale
normalize

Normalize a plot
reducer

Create a reducer
remove_plot

Remove specific plot from a scene or schema
start_server

Start a server for communication between the R session and plostcaper scenes
set_layout

Set interactive scene layout
zoom

Zoom into an area of a plot
reset

Reset a scene or schema
set_parameters

Set reactive parameters
add_fluctplot

Add a fluctuation diagram to a scene or schema
add_plot

Add a plot to a scene or schema
add_barplot

Add a barplot to a scene or schema
add_scatterplot

Add a scatterplot to a scene or schema
add_pcoords

Add a parallel coordinates plot to a scene or schema
assign_cases

Assign cases to a group
add_histogram2d

Add a 2D histogram to a scene or schema
add_histogram

Add a histogram to a scene or schema
add_bibarplot

Add a mirrored barplot to a scene or schema
assigned_cases

Get assigned cases
clear_layout

Set interactive scene layout
pop_plot

Remove the last plot from a scene or schema
dispatch_message

Dispatches a message to a plotscaper scene or schema
selected_cases

Get selected cases