rAmCharts (version 1.1.2)

addGuide,AxisBase,GuideOrMissing-method: Add a Guide for AxisBase

Description

Add a Guide for AxisBase

Usage

"addGuide"(.Object, guide = NULL, ...)

Arguments

.Object
children class of AxisBase.
guide
(optional) Guide.
...
properties of Guide Argument for method addGuide.

Examples

Run this code
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)
# ---

Run the code above in your browser using DataCamp Workspace