powered by
vpcp generates parallel coordinate plot of specific data columns of data frame data with interactive functions.
vpcp
data
vpcp(data, columns, name, tag, path = tempdir(), groupColumn = NULL, scale = "std", alphaLines = 0.5, missing = "exclude")
data frame for default data set
a vector of variables (either names or indices) to be axes in the plot
character for the name of the generated scatter plot
character for the common name of a series of linked plots
character string of a directory for writing HTML and SVG files
a single variable to group (color) by
method used to scale the variables
value of alpha scaler for the lines of the parcoord plot or a column name of the data
method used to handle missing values
# NOT RUN { data(vsfuk2012) vpcp(vsfuk2012, 4:17, "pcp1", "vsfuk2012", scale="uniminmax") vlaunch(vsfuk2012, "main", "vsfuk2012", browse=FALSE) # }
Run the code above in your browser using DataLab