zenplotsMain functions for creating zenplots |
|
---|---|
zenplots: Zigzag Expanded Navigation Plots |
|
Main function to create a zenplot |
|
Construct a Path of Indices to Order Variables |
|
DataData sets |
|
German Election Data from 2002 and 2005 |
|
World Happiness Data Set |
|
Olive Oil Data Set |
|
Wine Data Set |
|
1d plotting functionsBuilt in functions for 1d plots ( |
|
Arrow plot in 1d using R's base graphics |
|
Arrow plot in 1d using the grid package |
|
Arrow plot in 1d using the interactive loon package |
|
Box plot in 1d using R's base graphics |
|
Boxplot in 1d using the grid package |
|
Boxplot in 1d using the interactive loon package |
|
Density plot in 1d using R's base graphics |
|
Density plot in 1d using the grid package |
|
Density plot in 1d using the interactive loon package |
|
Histogram as 1d plot using R's base graphics |
|
Histogram in 1d using the grid package |
|
Histogram in 1d using the interactive loon package |
|
Jittered dot plot in 1d using R's base graphics |
|
Jittered dot plot in 1d using the grid package |
|
Jittered dot plot in 1d using the interactive loon package |
|
Label plot in 1d using R's base graphics |
|
Label plot in 1d using the grid package |
|
Label plot in 1d using the interactive loon package |
|
Layout plot in 1d |
|
Layout plot in 1d using the grid package |
|
Layout plot in 1d using the interactive loon package |
|
Line plot in 1d using R's base graphics |
|
Lines plot in 1d using the grid package |
|
Lines plot in 1d using the interactive loon package |
|
Dot plot in 1d using R's base graphics |
|
Dot plot in 1d using the grid package |
|
Dot plot in 1d using the interactive loon package |
|
Rectangle plot in 1d using R's base graphics |
|
Rectangle plot in 1d using the grid package |
|
Rectangle plot in 1d using the interactive loon package |
|
Rug plot in 1d using R's base graphics |
|
Rug plot in 1d using the grid package |
|
Rug plot in 1d using the interactive loon package |
|
2d plotting functionsBuilt in functions for 2d plots ( |
|
Arrow plot in 2d using R's base graphics |
|
Arrow plot in 2d using the grid package |
|
Arrow plot in 2d using the interactive loon package |
|
Axes arrows in 2d using R's base graphics |
|
Axes arrow using the grid package |
|
Axes arrows in 2d using the interactive loon package |
|
Density plot in 2d using R's base graphics |
|
Density plot in 2d using the grid package |
|
Density plot in 2d using the interactive loon package |
|
Plot of labels indicating adjacent groups using R's base graphics |
|
Plot of labels indicating adjacent groups using the grid package |
|
Plot of labels indicating adjacent groups using the interactive loon package |
|
Label plot in 2d using R's base graphics |
|
Label plot in 2d using the grid package |
|
Label plot in 2d using the interactive loon package |
|
Layout plot in 2d |
|
Layout plot in 2d using the grid package |
|
Layout plot in 2d using the interactive loon package |
|
Point plot in 2d using R's base graphics |
|
Point plot in 2d using the grid package |
|
Point plot in 2d using the interactive loon package |
|
Quantile-quantile plot in 2d using R's base graphics |
|
Quantile-quantile plot in 2d using the grid package |
|
Rectangle plot in 2d using R's base graphics |
|
Rectangle plot in 2d using the grid package |
|
Rectangle plot in 2d using the interactive loon package |
|
Building your own plots (manipulating zargs)Utility functions useful in constructing your own 1d and 2d plots |
|
Checking whether certain arguments appear in zargs |
|
Extracting information for our default/provided plot1d() |
|
Extracting information for our default/provided plot2d() |
|
Plot Indices of the Current Plot |
|
Building your own plots (manipulating data)Utility functions useful in manipulating data for your own plots |
|
A list of columns |
|
Splitting an Input Object into a List of Columns |
|
Auxiliary function for burst() |
|
Helper function to remove NAs for loon plots |
|
Miscellaneous graphical toolsMiscellaneous useful functions for constructing your own plots |
|
Auxiliary function for adjusting a bounding box |
|
Configuring a loon plot to accommodate ispace |
|
Check whether functions (plot*d to zenplot()) exist |
|
Function to set up the plot region for graphics plots |
|
Viewport Constructing Function for Grid Functions |
|
Defining an arrow |
|
The zenplot algorithmFunctions related to understanding the algorithms underlying zenplot |
|
Unfold the hypercube and produce all information concerning the zenpath and zenplot layout |
|
Compute the layout of the zen plot |
|
Computing the path according to the provided method |
|
Compute turns for zigzag |
|
Determine the new position when moving from the current position in a given direction |
|
Determine the next position to move to and the turn out of there |
|
Constructing zenpathsFunctions useful in constructing zenpaths |
|
Connecting Possibly Overlapping Pairs Into a List of Paths |
|
Extract Pairs from a Path of Indices |
|
Turn pairs or paths into a graph |
|
Splitting a Matrix into a List of Matrices |
|
Indexing a Matrix or Data Frame According to Given Indices |
|
Zenplot technical toolsAll other functions |
|
Converting an Occupancy Matrix |
|
Check Argument for Being a Vector, Matrix, Data Frame or a List of such |
|
Auxiliary Function for Constructing Default n2dcols |
|
Determine the number of columns if is.standard(x) |
|
Check the Turns (Number/Type) |