Learn R Programming

rcdimple (version 0.1)

add_title: Add a title to your chart

Description

Add a title to your chart

Usage

add_title(viz, text = NULL, html = NULL, ...)

Arguments

viz
rCharts2 chart to which you would like to add a title
text
string of text to provide in the title
html
string of html for your title. Providing html instead of text to the title allows the potential to custom format your title or provide multiple lines.
...
other arguments for consistency with rCharts2 methods.

See Also

Other dimple: add_legend; default_colors; dimple; facet.dimple; set_bounds; xAxis.dimple, yAxis.dimple, zAxis.dimple