Description Usage Arguments Value Examples
for simple exploration preproviz() takes data frame (one factor variable, other variables numeric) as an argument. Two data sets can be compared by providing them as a list. For complex setups a ControlClass object can be passed as an argument. See Vignette for examples. The output can be visualized with PLOT functions.
1 | preproviz(controlobject)
|
controlobject |
(data frame/list/ControlClass object) |
(RunClass) object
1 2 3 4 5 6 7 | ## result1 <- preproviz(iris)
## plotDENSITY(result1)
##
## iris2 <- iris
## iris2[sample(1:150,30),1] <- NA
## result2 <- preproviz(list(iris, iris2))
## plotVARCLUST(result2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.