Description Usage Arguments Value Examples
Prints a graph of the descriptive statistics of the data in a data.table
1 2 3 |
dataT |
Data.table containing the data. |
xx |
Name of the factor to put on the x axis of the graph. Must be singular. |
groupF |
Name of the factor to use as the grouping factor of the graph. Must be singular |
facetF |
Name of the factor(s) to use as faceting. There can be more than one. Either a single comma separated character or a character vector. |
otherF |
Name of the other factors to aggregate. |
DV |
Name of the dependant variable. |
subF |
Name of the subject factor. |
alpha |
Confidence level. |
dWidth |
Dodge width. |
eWidth |
Error bar width. |
pSize |
Point size. |
pFill |
Fill colour. |
A graph.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.