A clean ggplot2 theme designed for hyperspectral image display. Uses minimal styling with a white background.
Value
A ggplot2::theme object.
Examples
library(ggplot2)
ggplot(data.frame(x = 1:10, y = 1:10), aes(x, y)) +
geom_point() +
theme_hsi()
A clean ggplot2 theme designed for hyperspectral image display. Uses minimal styling with a white background.
A ggplot2::theme object.
library(ggplot2)
ggplot(data.frame(x = 1:10, y = 1:10), aes(x, y)) +
geom_point() +
theme_hsi()