Rdocumentation
powered by
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
Link to current version
Version
Version
0.2.11
0.2.9
0.2.7
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.3
Install
install.packages('DescribeDisplay')
Monthly Downloads
354
Version
0.2.11
License
MIT + file LICENSE
Issues
0
Pull Requests
1
Stars
0
Forks
1
Repository
https://github.com/ggobi/DescribeDisplay
Maintainer
Di Cook
Last Published
August 25th, 2023
Functions in DescribeDisplay (0.2.11)
Search all functions
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.