powered by
Shiny app for creating a Chernoff faces plot with interactive variable selection.
schernoff(data, xvar = character(0), ...)
matrix or data.frame
character: names of selected variables for the plot
further parameters given to DescTools::PlotFaces()
DescTools::PlotFaces()
nothing
# NOT RUN { if (interactive()) schernoff(normalize(iris)) # }
Run the code above in your browser using DataLab