The goal of roboplotr is to help experts build outstanding interactive plots and setup plots according to organizations’ visual brand.
Installation
You can install the development version of roboplotr from GitHub with:
# install.packages("devtools")
devtools::install_github("robonomist/roboplotr")
Example
This is a basic example which shows you how to solve a common problem:
library(roboplotr)
roboplotr::energiantuonti |>
dplyr::filter(Alue == "EU-maat") |>
roboplot(
color = Suunta,
title = "Energian ulkomaankauppa",
subtitle = "Milj. euroa",
caption = "Tilastokeskus",
xaxis_ceiling = "years"
)