powered by
Plots the Dimensional Anchors and density lines for projected data points in a 2D space.
# S3 method for radviz contour( x, ..., main = NULL, color = NULL, size = 0.5, label.color = NULL, label.size = NULL, contour.color, contour.size, point.color, point.shape, point.size, n, drawlabels, drawpoints, add )
a radviz object as produced by do.radviz
further arguments to be passed to or from other methods (not implemented)
[Optional] a title to the graph, displayed on top
the variable in the Radviz projection used to color the contours
The thickness of contour lines
the color of springs for visualization
the size of the anchors (see customizing ggplot2 for details on default value)
deprecated, see geom_density2d instead
geom_density2d
the internal ggplot2 object plus added layers, allowing for extra geoms to be added
# NOT RUN { data(iris) das <- c('Sepal.Length','Sepal.Width','Petal.Length','Petal.Width') S <- make.S(das) rv <- do.radviz(iris,S) contour(rv,color='Species') # }
Run the code above in your browser using DataLab