plottingArtObjects | R Documentation |
Functions to plot objects from this package.
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 )
art |
accepts only a single art object |
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.
print(1+1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.