aps.dataset.divs(paths.list, show.sidebar = rep(TRUE, length(paths.list)), show.table = rep(TRUE, length(paths.list)), num.table.rows = 10, extra.html.class = rep(list(character()), length(paths.list)), extra.div.attr = rep(list(NULL), length(paths.list)))
$plot
and $data
, giving
relative paths to the SVG and JSON files (OK to omit one). Or a list
with a $paths.list
element, which would be used (this lets you
pass the return value of static.analysis.page
directly to this function).paths.list
to
pass through corresponding elements to aps.one.dataset.div
.
Default: all TRUE.paths.list
to
pass through corresponding elements to aps.one.dataset.div
.
Default: all TRUE.length(paths.list)
.paths.list
to
pass through corresponding elements to aps.one.dataset.div
.
Default: All empty charvec.paths.list
to
pass through corresponding elements to aps.one.dataset.div
.
Default: all NULL.paths.list
.
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
.