Description Usage Arguments Value
Add a geom, a theme, etc. to ggplots in a data.table
1 | add2ggDT(dataT, gg2Str, graphCol, byC)
|
dataT |
The data.table containing the ggplots |
gg2Str |
String containing the unevaluated object to add to the ggplots. Can contain dataT column names. |
graphCol |
name of the column containing the ggplot objects |
byC |
Column to do the by. |
A data.table whose graphCol has been updated.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.