setGraph: Set Graph

View source: R/setGraph.R

setGraphR Documentation

Set Graph

Description

Sets up a specific graph on a graphics device.

Usage

setGraph(graphNum, layout, noTicks = NULL)

Arguments

graphNum

the number of the graph.

layout

the layout of the graph.

noTicks

suppress ticks on a specific axis.

Value

The parameters of the margin of the plot area.

Note

This function is called using the information generated by setLayout. It invisibly sets up the graphics device for the next graph.

See Also

setLayout

Examples

## 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)

USGS-R/smwrGraphs documentation built on Oct. 11, 2022, 6:11 a.m.