addGuide,AxisBase,GuideOrMissing-method | R Documentation |
Update an object of inherited class AxisBase.
## S4 method for signature 'AxisBase,GuideOrMissing' addGuide(.Object, guide = NULL, ...)
.Object |
children class of AxisBase. |
guide |
(optional) Guide. |
... |
properties of Guide
Argument for method |
(possibly updated) .Object of class AxisBase.
addGuide(.Object = valueAxis(), fillAlpha = .4, adjustBorderColor = TRUE, gridThickness = 1) # equivalent to: guide_obj <- guide(fillAlpha = .4, adjustBorderColor = TRUE, gridThickness = 1) addGuide(.Object = valueAxis(), guide = guide_obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.