initialize,Title-method | R Documentation |
Uses the constructor to create the object or update an existing one with the setters.
## S4 method for signature 'Title'
initialize(.Object, text, size, ...)
title(text, size, ...)
amTitle(text, size, ...)
## S4 method for signature 'Title,character'
setText(.Object, text)
setSize(.Object, size)
## S4 method for signature 'Title,numeric'
setSize(.Object, size)
.Object |
Title |
text |
|
size |
|
... |
other properties of Title. |
(updated) Title
new("Title", size = 10)
rAmCharts:::title(text = "Main", size = 10)
rAmCharts:::title(text = "Main", bold = TRUE)
amTitle(text = "Main", size = 10)
amTitle(text = "Main", bold = TRUE)
setText(.Object = amTitle(), text = "Bonjour")
setSize(amTitle(), 16)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.