Description Usage Arguments Value
This function returns the name of a json file containing plot-ready data with one row per group (per panel). Columns 'series.x' and 'series.y' contain the raw data for the scatter plot. Column 'group' and 'panel' specify the group the series data belongs to. Optionally, columns 'interval.x', 'interval.y' and 'interval.se' specify the x, y and standard error respectively of the smoothed conditional mean for the group. Columns 'density.x' and 'density.y' contain the calculated kernel density estimates.
1 |
data |
data.frame to make plot-ready data for |
map |
data.frame with at least two columns (id, plotRef) indicating a variable sourceId and its position in the plot |
value |
character indicating whether to calculate 'smoothedMean' or 'density' estimates |
character name of json file containing plot-ready data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.