powered by
Plots the Dimensional Anchors and a smoothed color density representation of projected data points in a 2D space.
smoothRadviz( x, main = NULL, color = "dodgerblue4", nbin = 200, label.color = NULL, label.size = NULL, smooth.color, max.dens, transformation, nrpoints, ncols, bandwidth )
a radviz object as produced by do.radviz
do.radviz
[Optional] a title to the graph, displayed on top
the gradient will be generated from white to color
white
color
the number of equally spaced grid points for the density estimation (see geom_density_2d for details)
geom_density_2d
the color of springs for visualization
the size of the anchors (see customizing ggplot2 for details on default value)
deprecated, see stat_density2d instead
stat_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) smoothRadviz(rv) # }
Run the code above in your browser using DataLab