pages: pages

pagesR Documentation

pages

Description

An S4 class to collect sections. It can represent a page in a pdf.;

Usage

page.new(...)

Arguments

sections, ...

These parameters are merged into the sections slot.

deviceSettings,

name, style, data, units, frames, framesToPlot parameters for the constructor new("page") go directly into the relevant slots

Details

The default page...

Slots

sections

A list of sections contained in the page

name

A name for the file if the artwork is plotted in mode 2

deviceSettings

A list of other device settings not covered by existing slots.

style

A list of parameters inherited by all sections, layers and components in the page

data

A list of parameters inherited by all sections, layers and components in the page

units

A list of units inherited by all sections, layers and components in the page

frames

numeric vector. The set of frames

framesToPlot

numeric vector. The set of frames plotting functions can be run.

Examples

print(1+1)

R-graphic-design/RGD documentation built on Jan. 2, 2023, 10:30 p.m.