plottingArtObjects: plottingArtObjects

plottingArtObjectsR Documentation

plottingArtObjects

Description

Functions to plot objects from this package.

Usage

plotArtwork(art)

plotPageSingleFrame(input, data, units, classes, vp, useGrid, frameNumber)

plotSection(
  input,
  data = list(),
  units = list(),
  classes = as.character(),
  vp = list(x = 0, y = 0),
  useGrid = TRUE,
  frameNumber = 1
)

plotLayer(
  layer,
  useGrid,
  data = list(),
  units = list(),
  classes = as.character(),
  vp = list(x = 0, y = 0),
  xscale = 0:1,
  yscale = 0:1,
  frameNumber = 1
)

plotComponent(
  component,
  useGrid,
  data = list(),
  units = list(),
  classes = as.character(),
  vp = list(x = 0, y = 0),
  xscale = 0:1,
  yscale = 0:1
)

Arguments

art

accepts only a single art object

Details

plotArtwork, plotPage, plotSection, plotLayer and plotComponent are used for each art object. Only plotArtwork is intended for end users. plotArtwork's only input is an artwork object. The others accept more parameters that come from the parent object.

Examples

print(1+1)

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