exploreData | R Documentation |
Function to provide a graphical exploration of a dataset will print results to file.
exploreData(datmat)
datmat |
the data frame (only categorical and numerical variables will be analysed) |
Aline Talhouk
mtcars$vs <- as.factor(mtcars$vs)
mtcars$am <- as.factor(mtcars$am)
exploreData(mtcars)
file.remove("DataSummary.pdf")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.