Description Usage Arguments Details Examples
Plot all the variables of a data frame.
1 |
df |
A data frame to be plotted |
mcex |
A numeric scalar giving the amount by which plot titles will be magnified, default 1.2. |
cex |
A numeric scalar giving the amount by which plotting text and symbols will be magnified, default 0.8. |
... |
Additional arguments to the |
An individual graph is generated for each variable. Bar plots are drawn
for factors, characters with up to 50 unique values, and numerics
with up to 10 unique values. Otherwise finite values are plotted versus
row number in df
. An empty plot is drawn for numerics with
fewer than 2 finite values and characters with more than 50 unique values.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.