plot_sctr3 | R Documentation |
Scatter plot 3 variables in kedata style
plot_sctr3(data, x, y, color, title, subtitle, data_source)
data |
Data frame |
x |
character of column name for x axis |
y |
character of column name for y axis |
color |
column name to ploted as point colors |
title |
character for plot title |
subtitle |
character for plot subtitle |
data_source |
character for footer text |
ggdraw object
## Not run:
library(dataplot)
library(ggplot2)
plot_sctr3(
data = midwest, x = "area", y = "poptotal", color = "state",
title = "Lorem Ipsum is simply dummy text",
subtitle = "Contrary to popular belief, Lorem Ipsum is not simply random text",
data_source = "www.kedata.online"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.