Learn R Programming

⚠️There's a newer version (0.2.11) of this package.Take me there.

DescribeDisplay

Master:

Dev:

Turn GGobi graphics into publication quality R graphics.

Copy Link

Version

Install

install.packages('DescribeDisplay')

Monthly Downloads

252

Version

0.2.7

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Di Cook

Last Published

September 23rd, 2018

Functions in DescribeDisplay (0.2.7)

dd_load

Load describe display Retrieve output of from describe display plugin
ddpanelGrob

Panel grob Construct grob for single panel.
dd_example

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

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

Describe display tour axis Return representation of axes for specified plot
dd_points

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

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

R interface to DescribeDisplay (GGobi plugin).
zeeThemAll

Run All Examples Will run all examples within the package
ggplot.dd

Create a nice plot Create a nice looking plot complete with axes using ggplot.
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.
dd_plot_class

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

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

Geom Axis.
plot.dd

Draw dd plot Draw a complete describe display.
ggplot.ddplot

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

Plot a dd plot Convenient method to draw a single panel.
ggplot.parcoords

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

Create a nice plot for Histograms Create a nice looking plot complete with axes using ggplot.
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.
addbrush

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

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

Axes viewport Construct viewport for axes.
dd_clean_plot

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

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

Axes grob Construct grob for axes.
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_edges

Describe display edge data Retrieves the describe display edge data for the given plot number.
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.