Xplore {DescToolsAddIns}R Documentation

Interactive Graphical Data Explorer

Description

Use RStudio's manipulator to explore a data.frame by dynamically creating xy-scatterplots, boxplots and others. Numerical descriptions can as well be produced on the fly.

Usage

Xplore(x)

Arguments

x

the data.frame to be explored.

Details

This function helps to get rid of the afterwards superfluous R-code created while exploring a dataset.

Author(s)

Andri Signorell <andri@signorell.net>

Examples

## Not run:  
Xplore(d.pizza)

## End(Not run)

[Package DescToolsAddIns version 1.10 Index]