The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
This vignette is intended to demonstrate the breadth of
scale_duke_continuous()
and its various applications. It is
fully integrated with ggplot2 visualizations.
For these visualizations, we will use the penguins
dataset from the palmerpenguins package.
library(duke)
library(palmerpenguins)
library(ggplot2)
<- ggplot2::ggplot(palmerpenguins::penguins, ggplot2::aes(bill_length_mm, flipper_length_mm)) +
plot ::geom_point(ggplot2::aes(colour = bill_length_mm)) +
ggplot2::labs(title = "Bill Length vs. Flipper Length", caption = "There are three different species of penguins.", x = "Bill Length (mm)", y = "Flipper Length (mm)")
ggplot2
+
plot scale_duke_continuous()
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.