## Generate Boxplot by category
ExpNumViz(iris,target = "Species", type = 2, nlim = 2,
col = c("red", "green", "blue", "pink"), Page = NULL, sample = 2, scatter = FALSE,
gtitle = "Box plot: ")
## Generate Density plot
ExpNumViz(iris, nlim = 2,
col = NULL,Page = NULL, sample = 2, scatter = FALSE,
gtitle = "Density plot: ")
## Generate Scatter plot by Dependent variable
ExpNumViz(iris,target = "Sepal.Length", type = 1, nlim = 2,
col = "red", Page = NULL, sample = NULL, scatter = FALSE,
gtitle = "Scatter plot: ", theme = "Default")
## Generate Scatter plot for all the numerical variables
ExpNumViz(iris,target = "Species", type = 1, nlim = 2,
col = c("red", "green", "blue"), Page = NULL, sample = NULL, scatter = TRUE,
gtitle = "Scatter plot: ", theme = "Default")
Run the code above in your browser using DataLab