Add axis titles.
1 2 3 4 5 6 7 8 9 | axis_title_x(g, title, ..., fontSize = 10, offset = 30)
## S3 method for class 'g2r'
axis_title_x(g, title, ..., fontSize = 10, offset = 30)
axis_title_y(g, title, ..., fontSize = 10, offset = 50)
## S3 method for class 'g2r'
axis_title_y(g, title, ..., fontSize = 10, offset = 50)
|
g |
An object of class |
title |
Title to use on the axis. |
... |
Options to customise the title. |
fontSize |
Size of the font of the label. |
offset |
Offset between title and axis,
if |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.