render() writes one page. This writes a document: a report's worth of
figures, one facet per page, an animation as a contact sheet.
Arguments
- scenes
A list of scenes (each a
vl_scene()or anything with anas_vellum_scene()method).- path
Output file.
NULLreturns the bytes instead.
Details
Pages may differ in size — each carries its own page box — so a landscape figure can sit between two portrait ones.
Tagging follows each page's own metadata, exactly as it does for a
single-page render (see vignette("accessible-output")): the pages are drawn
by the same code, so a document cannot drift from a single-page file.
See also
render() for a single page.
