The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
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[@]metanet.ch.
Be sure to uncomment and execute the two lines of code. This will enable you to utilize the developmental versions of the package.
library(ggplot2)
ggplot(
data = iris,
mapping = aes(x = Sepal.Length, fill = Species)
) +
geom_density(alpha = 0.5) +
scale_fill_dune_d(name = "harkonnen2")
ggplot(
data = df,
mapping = aes(x = Name, y = Age, color = Group)
) +
geom_col(linewidth = 3, fill = "white") +
scale_color_dune_d(name = "fermen2")
ggplot(data.frame(x = rnorm(10000), y = rnorm(10000)),
mapping = aes(x = x, y = y)
) +
geom_hex() +
scale_fill_dune_c(name = "harkonnen")
ggplot(
data = iris,
mapping = aes(x = Species, y = Sepal.Width, color = Sepal.Length)
) +
geom_point(size = 2) +
scale_color_dune_c(name = "sandworm")
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.