panel.parallel  Default Panel Function for parallel 
 Description
This is the default panel function for parallel. 
Usage
panel.parallel(x, y, z, subscripts,
               groups = NULL,
               col, lwd, lty, alpha,
               common.scale = FALSE,
               lower,
               upper,
               ...,
               horizontal.axis = TRUE,
               identifier = "parallel")
 Arguments
| x, y | dummy variables, ignored. | 
| z | The data frame used for the plot. Each column will be coerced to numeric before being plotted, and an error will be issued if this fails. | 
| subscripts | The indices of the rows of  | 
| groups | An optional grouping variable. If specified, different groups are distinguished by use of different graphical parameters (i.e., rows of  | 
| col, lwd, lty, alpha | graphical parameters (defaults to the settings for  | 
| common.scale | logical, whether a common scale should be used columns of  | 
| lower, upper | numeric vectors replicated to be as long as the number of columns in  | 
| ... | other arguments (ignored) | 
| horizontal.axis | logical indicating whether the parallel axes should be laid out horizontally ( | 
| identifier | A character string that is prepended to the names of grobs that are created by this panel function. | 
Details
 Produces parallel coordinate plots, which are easier to understand from an example than through a verbal description. See example for parallel 
Author(s)
Deepayan Sarkar [email protected]
References
Inselberg, Alfred (2009) Parallel Coordinates: Visual Multidimensional Geometry and Its Applications, Springer. ISBN: 978-0-387-21507-5.
Inselberg, A. (1985) “The Plane with Parallel Coordinates”, The Visual Computer.
See Also
    Copyright (©) 1999–2012 R Foundation for Statistical Computing.
Licensed under the GNU General Public License.