annotate.analysis.page.svg(svg.filename, x, y, ids, group.lengths = length(x), class.name = "plot-point", start = 0, uniquify.ids.suffix = NULL, verbose = FALSE)
x
(an ordered partition of length(x)
)
giving length of contiguous groups of elements. Each integer must be at least 3 or it won't be able to
activate that group. The search will be for
contiguous elements, then continue where the last one left off, possibly after a gap. Default: length(x)
,
look for a single contiguous block.uniquify.ids.in.svg.files
to modify the "glyph" and "clip" identifiers, using this word as the suffixes
parameter).Then each is tagged with class.name, and with the corresponding ID from the vector.
The file is overwritten.