Description Usage Arguments Details Value Author(s)
Generate HTML for multiple DIV elements corresponding to a paths list
1 2 3 4 |
paths.list |
List of lists. The outer list corresponds to data sets
and the inner lists have names in |
show.sidebar |
Logical vector of same length as |
show.table |
Logical vector of same length as |
num.table.rows |
Number of table rows to show. Default: 10.
Recycled to |
extra.html.class |
List (of charvecs) of same length as |
extra.div.attr |
List (of named charvecs or NULLs) of same length as |
... |
Passed through to |
This function is meant to work with the return value of static.analysis.page
That function returns an object with a $paths.list
element which
contains the relative paths to each of the plots and datasets. You pass that
through as the first argument to this function and it will make divs corresponding
to those plots. The other arguments are either vectors or lists of corresponding
lengths to pass through to aps.one.dataset.div
.
Charvec of HTML divs corresponding to datasets in paths.list
.
Brad Friedman
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.