Learn R Programming

DescribeDisplay (version 0.2.11)

An Interface to the 'DescribeDisplay' 'GGobi' Plugin

Description

Produce publication quality graphics from output of 'GGobi' describe display plugin.

Copy Link

Version

Install

install.packages('DescribeDisplay')

Monthly Downloads

354

Version

0.2.11

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

August 25th, 2023

Functions in DescribeDisplay (0.2.11)

plot.dd

Draw dd plot Draw a complete describe display.
zeeThemAll

Run All Examples Will run all examples within the package
plot.ddplot

Plot a dd plot Convenient method to draw a single panel.
dd_plot_class

Describe display plot class Compute valid R class name for given plot type
ggplot.timeseries

Create nice plots for a time series Create nice looking plots complete with axes using ggplot. Produces graphics with a uniform x axis.
ggplot.scatmat

Create a nice plots in a scatter plot matrix Create a nice looking plots in a matrix. The 1d sections along the diagonal have a smooth density while the values are compared to eachother within the matrix.
ggplot.parcoords

Create a nice plot for parallel coordinates plot Create a nice looking plot complete with axes using ggplot.
dd_tour_axes

Describe display tour axis Return representation of axes for specified plot
ggplot.histogram

Create a nice plot for Histograms Create a nice looking plot complete with axes using ggplot.
ggplot.ddplot

Create a nice plot Create a nice looking plot complete with axes using ggplot.
describedisplayreshape

R interface to DescribeDisplay (GGobi plugin).
removehiddens

Remove hidden points Will remove all hidden points from the plot.
range01

Scale the values by range Divide the values of the objects by the range of values
dd_edges

Describe display edge data Retrieves the describe display edge data for the given plot number.
axesViewport

Axes viewport Construct viewport for axes.
dd_load

Load describe display Retrieve output of from describe display plugin
compact_pcp

Compact pcp data A parallel coordinates is written out as a series of 1D dotplots. This function compacts it back into one dataset.
dd_example

Load example describe display file Load example describe display file included with package.
geom_axis

Geom Axis.
compact_timeseries

Compact time series data A time series plot is made from scatterplots with a common x axis. This function pulls the correct information out of the data.
compact_scatmat

Compact scatmat data A scatter plot matrix is made from the information from the 1Dplots. This function collects only that data.
dd_clean_plot

Clean plot data structure Cleans up plot data structure into consistent, easy to use data structure
dd_defaults

Describe display plot defaults Gather overall plot defaults for specified plot
dd_points

Describe display points data Retrieves the describe display points data for the given plot number.
ddpanelGrob

Panel grob Construct grob for single panel.
axesGrob

Axes grob Construct grob for axes.
addbrush

Add brush to plot This adds a rectangle to a ggplot plot indicating the brush position.
ggplot.dd

Create a nice plot Create a nice looking plot complete with axes using ggplot.
ggplot.barplot

Create a nice plot for Bar Plots Create a nice looking plot complete with axes using ggplot.