brew_plot_chunks | R Documentation |
Check the code in the notebook as it contains escapes confusing for generated HTML. Data for chunks is created in parallel and chunks are generated based on the created data, then executed in-place with the 'child' argument of the chunk.
brew_plot_chunks(listItems, fn, xm.groups, xm.skymapData)
listItems |
list of items to generate chunks on |
fn |
function to generate data for the listItems |
xm.groups |
actual data |
xm.skymapData |
additional data, here the skymap for the function |
chunks to be included in the markdown via 'child' reference
## Not run: brewed.chunks = brew_plot_chunks(xm.groups_big[1]
,plotAitoffGalacticOverlayBig
,xm.groups_big
,xm.skymap)
# include all brewed chunks
```{r brewing_big_chunks, child = brewed.chunks}
```
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.