Learn R Programming

rAmCharts (version 2.0.2)

initialize,Title-method: Initializes A Title

Description

Uses the constructor to create the object or update an existing one with the setters.

Usage

"initialize"(.Object, text, size, ...)
title(text, size, ...)
"setText"(.Object, text)
setSize(.Object, size)
"setSize"(.Object, size)

Arguments

.Object
Title
text
character, title text.
size
numeric, title size.
...
other properties of Title.

Value

(updated) Title

Examples

Run this code
new("Title", size = 10)
title(text = "bonjour")
setText(.Object = title(), text = "Bonjour")
library(pipeR)
title() %>>% setSize(16)

Run the code above in your browser using DataLab