getFunctionAndParameters | R Documentation |
Gets the function, loading parameters if necessary, and the parameters of the function.
getFunctionAndParameters(chart.function.name, small.multiples)
chart.function.name |
The name of the function used for creating the chart (aka plot). |
small.multiples |
Logical; whether a panel of charts should be created |
A list with the following elements:
chart.function |
The function |
.
parameter.1 |
The first parameter in |
.
parameter.o |
The other parameters in |
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.