| setGraph | R Documentation |
Sets up a specific graph on a graphics device.
setGraph(graphNum, layout, noTicks = NULL)
graphNum |
the number of the graph. |
layout |
the layout of the graph. |
noTicks |
suppress ticks on a specific axis. |
The parameters of the margin of the plot area.
This function is called using the information generated by
setLayout. It invisibly sets up the graphics device for the next
graph.
setLayout
## Not run: # See for examples of setGraph: vignette(topic="BoxPlots", package="smwrGraphs") vignette(topic="GraphGallery", package="smwrGraphs") vignette(topic="GraphSetup", package="smwrGraphs") vignette(topic="PiperPlot", package="smwrGraphs") demo(topic="HydroPrecip", package="smwrGraphs") demo(topic="PiperScript", package="smwrGraphs") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.