Description Usage Arguments Note Author(s) Examples
An easy way to see a dataset's variables at a glance. Shows uniform quantile plot for numerical varibles and barcharts for factors. Quantile plots also show a horizontal line at the position of the mean and at mean plus or minus one standard deviation.
1 2 3 4 5 6 7 |
x |
a data frame or list of variables to plot |
ptype |
"quantile" (default) or "normal": kind of quantile to plot on x axis. |
labels |
names for each plot |
... |
additional arguments passed to 'plot' command |
mfrow |
number of rows and columns per page. If missing, an attempt is made to choose a reasonable number. |
ask |
|
mcex |
character expansion factor for marginal text |
maxlab |
maximum number of categories to label in barcharts |
debug |
if TRUE, print additional information |
mar |
size of margins |
text.cex.factor |
character expansion factor for barchart labels |
left.labs |
determines placement of barchart labels |
maxvarnamelength |
maximum length of variable name without splitting on two lines. |
Bugs:
'mfrow' should take the total number of variables into account if they will fill more than one page so the last page is close to being full.
The current version of the function could be made much simpler and more transparent. Some code is redundant.
Georges Monette <georges@yorku.ca>
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.