initialize,ValueAxis-method | R Documentation |
Creates a ValuesAxis or updates its properties.
## S4 method for signature 'ValueAxis'
initialize(.Object, title, guides, ...)
valueAxis(...)
## S4 method for signature 'ValueAxis,character'
setTitle(.Object, title)
.Object |
ValueAxis. |
title |
|
guides |
|
... |
Other properties (depend of call function) |
guides <- list(guide(fillAlpha = .4), guide(fillAlpha = .5))
new("ValueAxis", title = "Hello !", gridThickness = 1, guides = guides)
valueAxis(title = "Hello !", axisTitleOffset = 12)
setTitle(.Object = valueAxis(), title = "Hello !")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.